awslabs / aws-lambda-rust-runtime

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

Add CloudFormationCustomResourceResponse struct. #838

Closed mawallace closed 6 months ago

mawallace commented 6 months ago

Description of changes:

This adds a CloudFormationCustomResourceResponse struct for responding to custom resource requests.

See the relevant documentation on the response format here: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/crpg-ref-responses.html.

By submitting this pull request

calavera commented 6 months ago

Lint failures are unrelated to this PR. I'll fix them later.