Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(migrate-template-gen): use nested file protocol operator using @ #14027

Merged
merged 1 commit into from
Nov 27, 2024

Conversation

abhi7cr
Copy link
Contributor

@abhi7cr abhi7cr commented Nov 27, 2024

Description of changes

Use AWS CLI new @= operator to support nested file protocols needed for stack refactor operations. This will remove the need for uploading the templates to S3 bucket.

AWS CLI >= 2.20 (https://raw.githubusercontent.com/aws/aws-cli/v2/CHANGELOG.rst)

  • feature:shorthand: Adds support to shorthand syntax for loading parameters from files via the @= assignment operator.

Description of how you validated changes

Local testing using generate-templates command and running stack refactor operations from README file.

Checklist

  • PR description included
  • yarn test passes
  • Tests are changed or added
  • Relevant documentation is changed or added (and PR referenced)
  • New AWS SDK calls or CloudFormation actions have been added to relevant test and service IAM policies
  • Pull request labels are added

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@abhi7cr abhi7cr requested a review from a team as a code owner November 27, 2024 01:05
@abhi7cr abhi7cr merged commit f72b55c into migrations Nov 27, 2024
5 checks passed
@abhi7cr abhi7cr deleted the gen2-migrations-execute branch November 27, 2024 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants