Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/maheshrijal/aws-lambda-hello
- Owner: maheshrijal
- License: mit
- Created: 2023-01-23T15:04:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-27T17:22:02.000Z (about 1 year ago)
- Last Synced: 2024-12-23T19:48:57.737Z (about 2 months ago)
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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