Categorygithub.com/Ankitz007/go-lambda
modulepackage
0.0.0-20240907182404-ed9116db4afb
Repository: https://github.com/ankitz007/go-lambda.git
Documentation: pkg.go.dev

# README

go-lambda

A sample go script deployed as a serverless lambda function.

# Functions

Handler function to process the API Gateway request.

# Structs

Define a DataPoint struct for individual data points.
Define a Fund struct to match the API response structure.
Define a Response struct for the API response.