awslabs / aws-lambda-rust-runtime

A Rust runtime for AWS Lambda
Apache License 2.0
3.3k stars 335 forks source link

Add events for CDK custom resource provider framework. #846

Closed mawallace closed 5 months ago

mawallace commented 5 months ago

Description of changes:

There is a CDK custom resource provider framework which makes writing custom resource lambdas easier.

This adds the request/response types for lambdas used in this framework.

By submitting this pull request