Skip to content
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

[dotnet] Reference to S3 Bucket when adding lambda #754

Closed
andreigec opened this issue Sep 21, 2018 · 1 comment
Closed

[dotnet] Reference to S3 Bucket when adding lambda #754

andreigec opened this issue Sep 21, 2018 · 1 comment

Comments

@andreigec
Copy link

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

@rix0rrr
Copy link
Contributor

rix0rrr commented Sep 21, 2018

You're being bitten by this bug: aws/jsii#223

We're working on it. Closing this in favor of the other issue.

@rix0rrr rix0rrr closed this as completed Sep 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants