-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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(lambda): allow inline code for nodejs12.x runtime #5710
Conversation
The nodejs12.x and python3.8 Lambda runtimes actually support inline code. This reverts commit feb1f9b.
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you describe how you tested this?
Update: Let's add an integration test that contain multiple lambda functions, one for every runtime that supports inline code. Make sure you're able to deploy this stack into your AWS account.
I feel this might be a bit of an overkill... Maybe @gruenem can just note in their PR description how they tested this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Revoking approval seeing @nija-at's comment.
Sure, that's a start. |
I've gone ahead and added said integration test. |
Pull request has been modified.
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Thank you for contributing! Your pull request is now being automatically merged. |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Thank you for contributing! Your pull request is now being automatically merged. |
The nodejs12.x Lambda runtime actually support inline code.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license