8000 GitHub - realstorypro/demo-passwords: 🧮 lambda function to generate passwords for the demo
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

0