AWS AppConfig integration with AWS Lambda extensions

AWS AppConfig → AWS Lambda

AWS AppConfig integration with AWS Lambda extensions.

The AppConfig extension takes care of calling the AWS AppConfig service, managing a local cache of retrieved data, tracking the configuration tokens needed for the next service calls, and periodically checking for configuration updates in the background. By default, you have 1000 TPS. After the first request, the profile is cached, so from now on, you hit the internal cache of AppConfig. We can use the Lambda Execution Context to avoid calling the AWS AppConfig cached service.
This pattern deploys one Lambda function with AppConfig extension in the Lambda layer.

< Back to all patterns

GitHub icon Download this pattern (.zip)

GitHub icon View this pattern on GitHub


Clone repo

git clone https://github.com/aws-samples/serverless-patterns/cd serverless-patterns/appconfig-lambda-rust

Deploy

make deploy


Testing

See the GitHub repo for detailed testing instructions.

Cleanup

Delete the stack: make delete.

Created by:

Daniele Frasca

Daniele Frasca

I am Daniele Frasca serverless enthusiast. I build and architect serverless applications at scale.