module
0.0.0-20230928064121-6728782b9dfb
Repository: https://github.com/gardego5/go-serverless-yt.git
Documentation: pkg.go.dev
# README
Go Serverless YT
Simple go lambda to retrieve and store users from a DynamoDB table.
Created by following a youtube tutorial from freeCodeCamp.org, by Akhil Sharma.
Some improvements made, mainly to reduce the number of DynamoDB requests made by
using the returned values from the PutItem
function.