Skip to content

Lambda function for generate ssh rsa keypairs instead of local development environment

Notifications You must be signed in to change notification settings

manotilla/lambda-rsa-ssh-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Lambda Function for SSH KEY Pairs

This repository is containing lambda function that have a property for generating SSH key pair and then store them to the S3 bucket instead of local filesystem.

Build and Deploy

You can build generator function with docker, and then you can deploy with from container.

For configure the aws cli you should set AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY related with your aws credentials

    $ aws lambda update-function-code --function-name staging-ssh-key-generator  --zip-file fileb://function.zip

About

Lambda function for generate ssh rsa keypairs instead of local development environment

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published