-
Notifications
You must be signed in to change notification settings - Fork 6
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
lambda support vpc #20
Conversation
examples/lambda-in-vpc.tf
Outdated
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.
vpc in lambda
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.
Fixed:
9007bf3
examples/lambda-in-vpc.tf
Outdated
|
||
env_vars = { | ||
# Required environment variables | ||
SPECTRAL_DSN = "MySpectralDSN" |
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.
I think better avoid spectral dsn in the examples - the best practice is to use vault since this is a secret
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.
Fixed:
9007bf3
Support VPC to lambda.
After this change, you can add VPC configuration to lambda and it will add the policy.