Inject chaos to Lambda functions without changing function code

Using lambda-chaos-extension to inject chaos to Lambda functions without any modification to function code. This demo inject two faults: Add 5 minutes delay to 10% of function invokes, causing the function to timeout. Replace function response for 50% of invokes. Deploy the sample application To build and deploy your application for the first time, run the following in your shell: sam build –use-container sam deploy –guided Chaos Tests Browse the API Gateway URL or curl it from command line for […]

Read more