-
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): provide support for AWS Parameters and Secrets Extension for Lambda #25928
Conversation
…s and added an enum for params and secrets logging level Signed-off-by: Francis <[email protected]>
Signed-off-by: Francis <[email protected]>
…d environment variables based on config Signed-off-by: Francis <[email protected]>
…irectory Signed-off-by: Francis <[email protected]>
…ce and added permissions to attachParametersAndSecretsExtension method Signed-off-by: Francis <[email protected]>
…on of concerns Signed-off-by: Francis <[email protected]>
…ParamsAndSecretsExtension Signed-off-by: Francis <[email protected]>
Signed-off-by: Francis <[email protected]>
…stering fact Signed-off-by: Francis <[email protected]>
Signed-off-by: Francis <[email protected]>
Signed-off-by: Francis <[email protected]>
…able by architecture Signed-off-by: Francis <[email protected]>
Signed-off-by: Francis <[email protected]>
Signed-off-by: Francis <[email protected]>
Signed-off-by: Francis <[email protected]>
Signed-off-by: Francis <[email protected]>
Signed-off-by: Francis <[email protected]>
Signed-off-by: Francis <[email protected]>
… message Signed-off-by: Francis <[email protected]>
Signed-off-by: Francis <[email protected]>
…iables as part of the extension Signed-off-by: Francis <[email protected]>
Signed-off-by: Francis <[email protected]>
Signed-off-by: Francis <[email protected]>
Signed-off-by: Francis <[email protected]>
… region-info to include version Signed-off-by: Francis <[email protected]>
Signed-off-by: Francis <[email protected]>
Signed-off-by: Francis <[email protected]>
Signed-off-by: Francis <[email protected]>
Signed-off-by: Francis <[email protected]>
Signed-off-by: Francis <[email protected]>
Signed-off-by: Francis <[email protected]>
Signed-off-by: Francis <[email protected]>
Signed-off-by: Francis <[email protected]>
Signed-off-by: Francis <[email protected]>
Signed-off-by: Francis <[email protected]>
Signed-off-by: Francis <[email protected]>
…tests Signed-off-by: Francis <[email protected]>
Signed-off-by: Francis <[email protected]>
…ecrets ARN Signed-off-by: Francis <[email protected]>
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). |
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 main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
This PR provides support for the AWS Parameters and Secrets Extension for Lambda functions. This extension will allow users to retrieve and cache AWS Secrets Manager secrets and AWS Parameter Store parameters in Lambda functions without using an SDK.
Note: Previous PR results in the go build breaking. This removed the circular dependency causing the go build to break:
Closes #23187
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license