cdk run local lambda with sam-cli
install brew install awscli brew install aws-cdk brew tap aws/tap brew install aws-sam-cli Using colima? Error: Running AWS SAM projects locally requires Docker. Have you got it installed and running? Enable AWS SAM local to run without Docker Desktop but Colima + Docker Daemon on MacOs # aws sam requires DOCKER_HOST to be set export DOCKER_HOST="unix://$HOME/.colima/docker.sock" Test lambda cdk synth --no-staging sam local invoke helloLambdaNodeJs --no-event -t ./cdk.out/*.template.json Start lambda...