https://github.com/abhirockzz/lambda-functionurl-dynamodb-sam-go
Use Lambda Function URL to write a Serverless app backed by DynamoDB
https://github.com/abhirockzz/lambda-functionurl-dynamodb-sam-go
aws-lambda dynamodb golang serverless
Last synced: 12 months ago
JSON representation
Use Lambda Function URL to write a Serverless app backed by DynamoDB
- Host: GitHub
- URL: https://github.com/abhirockzz/lambda-functionurl-dynamodb-sam-go
- Owner: abhirockzz
- Created: 2022-04-25T14:21:07.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-17T14:28:13.000Z (almost 4 years ago)
- Last Synced: 2025-02-13T16:31:44.606Z (about 1 year ago)
- Topics: aws-lambda, dynamodb, golang, serverless
- Language: Go
- Homepage: https://itnext.io/use-lambda-function-url-to-write-a-serverless-app-backed-by-dynamodb-1fa3a05f3dae
- Size: 6.84 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quickstart guide - Sample serverless app with Lambda Function URL, DynamoDB and SAM
Demonstrates how you can use Lambda Function URL to write a simple application backed by DynamoDB. You will be able to invoke an API endpoint exposed by the Lambda Function URL,which in turn will execute operations (`GetItem`, `PutItem`, `Scan`) on DynamoDB. The function is written in Go using the [DynamoDB package](https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/service/dynamodb) in [AWS Go SDK](https://aws.amazon.com/sdk-for-go/) and [AWS Serverless Application Model (SAM)](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/what-is-sam.html) is used to quickly build and deploy the solution.
For details, refer to the blog post - https://itnext.io/use-lambda-function-url-to-write-a-serverless-app-backed-by-dynamodb-1fa3a05f3dae