chore(deps): Bump awscli in /packages/@aws-cdk/lambda-layer-awscli#21716
chore(deps): Bump awscli in /packages/@aws-cdk/lambda-layer-awscli#21716mergify[bot] merged 5 commits intomainfrom
Conversation
Bumps [awscli](https://github.com/aws/aws-cli) from 1.25.2 to 1.25.57. - [Release notes](https://github.com/aws/aws-cli/releases) - [Changelog](https://github.com/aws/aws-cli/blob/develop/CHANGELOG.rst) - [Commits](aws/aws-cli@1.25.2...1.25.57) --- updated-dependencies: - dependency-name: awscli dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
[This change in the aws cli](aws/aws-cli#7157) made --help use global_options.rst in the examples folder. We need to keep that file so that running /opt/awscli/aws help doesn't break.
madeline-k
left a comment
There was a problem hiding this comment.
Looks good to me, I have some minor comments
| COPY requirements.txt ./ | ||
| RUN python -m pip install -r requirements.txt -t /opt/awscli | ||
|
|
||
| # |
There was a problem hiding this comment.
Can you remove the added empty lines?
There was a problem hiding this comment.
I added these to align with the style of the rest of the file. I can remove them everywhere if preferred.
There was a problem hiding this comment.
Ah in that case, it's fine with me! Thanks for explaining.
Co-authored-by: Madeline Kusters <80541297+madeline-k@users.noreply.github.com>
|
Oh. Hmm, that change didn't go well. |
This reverts commit e17fa9f.
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
|
@Mergifyio backport v1-main |
✅ Backports have been createdDetails
|
…21716) [This change in the aws cli](aws/aws-cli#7157) made the `help` command use the file `global_options.rst` in the `opt/awscli/awscli/examples` folder. We need to keep that file so that running `/opt/awscli/aws help` doesn't break. I moved this into a new PR from the dependabot one because I didn't want it to auto-approve my changes. ---- ### All Submissions: * [ ] Have you followed the guidelines in our [Contributing guide?](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) ### Adding new Unconventional Dependencies: * [ ] This PR adds new unconventional dependencies following the process described [here](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md/#adding-new-unconventional-dependencies) ### New Features * [ ] Have you added the new feature to an [integration test](https://github.com/aws/aws-cdk/blob/main/INTEGRATION_TESTS.md)? * [ ] Did you use `yarn integ` to deploy the infrastructure and generate the snapshot (i.e. `yarn integ` without `--dry-run`)? *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* (cherry picked from commit 5ce0a09)
…ackport #21716) (#21722) This is an automatic backport of pull request #21716 done by [Mergify](https://mergify.com). --- <details> <summary>Mergify commands and options</summary> <br /> More conditions and actions can be found in the [documentation](https://docs.mergify.com/). You can also trigger Mergify actions by commenting on this pull request: - `@Mergifyio refresh` will re-evaluate the rules - `@Mergifyio rebase` will rebase this PR on its base branch - `@Mergifyio update` will merge the base branch into this PR - `@Mergifyio backport <destination>` will backport this PR on `<destination>` branch Additionally, on Mergify [dashboard](https://dashboard.mergify.com/) you can: - look at your merge queues - generate the Mergify configuration with the config editor. Finally, you can contact us on https://mergify.com </details>
This change in the aws cli made the
helpcommand usethe file
global_options.rstin theopt/awscli/awscli/examplesfolder.We need to keep that file so that running
/opt/awscli/aws helpdoesn't break.I moved this into a new PR from the dependabot one because I didn't want it to auto-approve my changes.
All Submissions:
Adding new Unconventional Dependencies:
New Features
yarn integto deploy the infrastructure and generate the snapshot (i.e.yarn integwithout--dry-run)?By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license