Software versions:
❯ node --version
v20.11.1
❯ cdk --version
2.135.0Install dependencies:
npm installYou need Docker installed and running to package and deploy the Lambda functions.
Deploy stack:
cdk deploy LambdaMemoryUtilizationStackInvoke step function:
regionsdefaults all enabled AWS Regions if omitted.daysdefaults to 30 if omitted.
{
  "regions": "us-east-1,us-east-2,us-west-1,us-west-2",
  "days": 730
}