An open API service indexing awesome lists of open source software.

https://github.com/mlabouardy/ruby-lambda

Ruby based Lambda function
https://github.com/mlabouardy/ruby-lambda

aws dynamodb lambda ruby

Last synced: about 2 months ago
JSON representation

Ruby based Lambda function

Awesome Lists containing this project

README

          

# Ruby based Lambda function

```
zip -r deployment.zip handler.rb
aws lambda update-function-code --function-name ScanMovies --zip-file fileb://./deployment.zip
```