aws-cdk-examples
aws-cdk-examples copied to clipboard
An example of S3 Object Lambda in C#
:rocket: Feature Request
General Information
- [X ] :wave: I may be able to implement this feature request
- [ ] :warning: This feature might incur a breaking change
Description
I was experimenting with S3Object Lambda in CDK for C# and would like to share the solution that worked for me in case it's useful for others. I think it would also be a good example of how L1 Constructs work and how to work with untyped objects in CDK for C#. Besides, I think in C# it's less straightforward that in Typescript.
Proposed Solution
The example I have is here: https://github.com/OksanaH/s3ObjectLambda
Environment
- CDK CLI Version:
- Example:
- Example Version:
- OS:
- Language: C#
Other information
@peterwoodworth tagging you just in case, as it was briefly discussed here: https://github.com/aws/aws-cdk/issues/14995 :)