Retrieve Secrets

Learn to implement a check state by retrieving secrets from Secrets Manager.

Let's start by adding the Lambda function and adding the Retrieve Secrets state to the state machine. We'll use the project below, with checkShape opened.

Project

Function implementation

We'll write a function that retrieves the list of valid shapes from AWS Secrets Manager and checks ...