Closed otaviomacedo closed 1 day ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 77.15%. Comparing base (
339fed1
) to head (eee2a95
).
:arrow_right: PR build request submitted to test-main-pipeline
:arrow_left:
A maintainer must now check the pipeline and add the pr-linter/cli-integ-tested
label once the pipeline succeeds.
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).
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).
Comments on closed issues and PRs are hard for our team to see. If you need help, please open a new issue that references this one.
In Node.js, if you assign
undefined
to an environment variable, that variable ends up having the string"undefined"
.If we are using IAM user credentials,
AWS_SESSION_TOKEN
should not be set, but because we were not handling this edge case, it was getting assigned an invalid value:Closes https://github.com/aws/aws-cdk/issues/32120.
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license