Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

166 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lambdagrpcserver

This is lambdagrpcserver offering AWS Lambda Functionality through a gRPC API.

credentials setup for aws sdk

Edit the credentials in config.json and insert your AWS Access Key accessKeyId and AWS Secret Access Key secretAccessKey as well as optionally the region you want to use in region (default eu-central-1).

{ 
  "accessKeyId": "youraccesskey",
  "secretAccessKey": "yoursercretkey",
  "region": "eu-central-1" 
}

About

Use Amazon Web Services (AWS) Lambda through gRPC.

Resources

Stars

5 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages