Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 402 Bytes

File metadata and controls

19 lines (12 loc) · 402 Bytes

basic-error-handling

This is a basic example of using AWS CDK to deploy a durable Lambda function with error handling via retry strategies.

See the Retries for Lambda durable functions for more information.

Deployment

Install dependencies:

bun install

Deploy example:

bun run cdk deploy