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

JavaScript (v3): Integration test fix #7165

Merged
merged 1 commit into from
Dec 19, 2024

Conversation

cpyle0819
Copy link
Contributor

CDK Synth does not behave as we expected. It does not deploy assets. CDK deploy is required in order to upload assets. Removed SDK usage of CFN to create the stack and replaced it with a child process running CDK deploy.


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

@cpyle0819 cpyle0819 added the Bug An update to fix incorrect code or typos. label Dec 18, 2024
@cpyle0819 cpyle0819 self-assigned this Dec 18, 2024
@github-actions github-actions bot added the Javascript-v3 This issue relates to the AWS SDK for Javascript V3 label Dec 18, 2024
@beqqrry-aws beqqrry-aws added the On Call Review needed This work needs an on-call review label Dec 18, 2024
@ford-at-aws ford-at-aws added the On Call Review complete On call review complete label Dec 19, 2024
CDK Synth does not behave as we expected. It does not deploy assets.
CDK deploy is required in order to upload assets. Removed SDK usage
of CFN to create the stack and replaced it with a child process running
CDK deploy.
@ford-at-aws ford-at-aws force-pushed the corepyle/integration-tests branch from d93c784 to 788cd8c Compare December 19, 2024 14:52
@ford-at-aws ford-at-aws removed the On Call Review needed This work needs an on-call review label Dec 19, 2024
@ford-at-aws ford-at-aws merged commit 2cebb9f into awsdocs:main Dec 19, 2024
16 of 17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug An update to fix incorrect code or typos. Javascript-v3 This issue relates to the AWS SDK for Javascript V3 On Call Review complete On call review complete
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants