Skip to content

🧮 lambda function to generate passwords for the demo

Notifications You must be signed in to change notification settings

realstorypro/demo-passwords

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To Deploy to AWS Lambda

  1. Install Gems to Vendor
 bundle config set --local path 'vendor/bundle'
 bundle
  1. Zip it UP
 zip -r function.zip lambda_function.rb vendor
  1. Upload it
 aws lambda update-function-code --function-name demo-passwords --zip-file fileb://function.zip

About

🧮 lambda function to generate passwords for the demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages