awslabs / aws-lambda-rust-runtime

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

added RDS IAM Auth example #908

Closed Kevinwochan closed 1 month ago

Kevinwochan commented 1 month ago

✍️ Description of changes: Added an example of how to use CDK to deploy a rust lambda function that uses IAM Authentication to connect to an RDS instance, feel free to close if out of scope of this repo.

🔏 By submitting this pull request

Kevinwochan commented 1 month ago

When the testing pipeline becomes more flexible, it'd be great to specify a config in the diretory to tell the testing script where the rust project is.

That way we can show what a good directory structure looks like when working with CDK

calavera commented 1 month ago

We're definitely open to improvements on those testing scripts if you want to take a pass in future PRs 🙌