Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/maheshrijal/aws-lambda-hello

Hello with Go! In AWS Lambda.
https://github.com/maheshrijal/aws-lambda-hello

Last synced: about 2 months ago
JSON representation

Hello with Go! In AWS Lambda.

Awesome Lists containing this project

README

        

# aws-lambda-hello
This example repo contains the code for hello world & a shell script that can build & deploy a lambda function to AWS using the latest `provided.al2` runtime from sratch.

### Prerequisites
- AWS CLI (Should be configured & logged in with default region)
- Go
- jq

## How to run?
Parameters are optional. Defaults will be used unless specified.
```
deploy.sh functionName roleName
```

## Features

The script will do the following:
- Create lambda execution role
- Create lambda function
- Build & deploy latest code (current directory) to Lambda