Skip to content

Latest commit

 

History

History
 
 

aws-version

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

aws version

This sample execute aws --version from lambda.

Deploy with AWS CDK

cd cdk
# install required modules from package.json
npm i
npm run build
cdk synth
cdk deploy

Go to lambda console and hit Test button. You'll see the aws —version output.