We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is it currently possible to reference an existing s3 bucket when creating a lambda (CDK-0.9.2)?
BucketRef.Import is abstract, so I can't create an instance of it, and S3.Bucket shouldn't be used when there is an existing resource.
I'm passing the values in via Amazon.CDK.AWS.Lambda.FunctionProps
The text was updated successfully, but these errors were encountered:
You're being bitten by this bug: aws/jsii#223
We're working on it. Closing this in favor of the other issue.
Sorry, something went wrong.
No branches or pull requests
Is it currently possible to reference an existing s3 bucket when creating a lambda (CDK-0.9.2)?
BucketRef.Import is abstract, so I can't create an instance of it, and S3.Bucket shouldn't be used when there is an existing resource.
I'm passing the values in via Amazon.CDK.AWS.Lambda.FunctionProps
The text was updated successfully, but these errors were encountered: