AWS Lambda function that generates RSA keys.
- AWS Command Line Interface
- For Install and Uninstall you will need your AWS Cli configured.
- For Run on AWS you will need the
jq
package install.- APT:
sudo apt-get install jq
- BREW:
brew install jq
- APT:
git clone https://github.com/CodingSans/lambda-rsa-keygen.git
cd lambda-rsa-keygen
This will use event.json
as input.
npm start
npm run aws-install
npm run aws-run
npm run aws-uninstall