-
Notifications
You must be signed in to change notification settings - Fork 4k
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): singleton function: access runtime, log group and configure layers and environment #17372
feat(lambda): singleton function: access runtime, log group and configure layers and environment #17372
Conversation
…addEnvironment()`
…ethods-to-singletonfunction
runtime
, logGroup
, addLayers()
, addEnvironment()
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.
One comment around docs. Rest look good.
Once fixed, remove the 'do-not-merge' label.
Co-authored-by: Niranjan Jayakar <nija@amazon.com>
…ethods-to-singletonfunction
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
…ethods-to-singletonfunction
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 master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
…gure layers and environment (aws#17372) ## Summary This PR adds the following to `SingletonFunction`: - `runtime` - property - `logGroup` - property - `addLayers()` - method - `addEnvironment()` - method Fixes: aws#17369 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Summary
This PR adds the following to
SingletonFunction
:runtime
- propertylogGroup
- propertyaddLayers()
- methodaddEnvironment()
- methodFixes: #17369
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license