Skip to content

Backend API lambda handler for inserting new MusicMan parm fixes

Notifications You must be signed in to change notification settings

rodellison/GoMusicManParmFixer

Repository files navigation

GoMusicManParmFixer

This is a GO rewrite of an older node/express version of MusicManParmFixer.

This is being done simply to move away from its current monolithic design, to instead have separate components for front end, middleware with authentication, and backend.

The front end will be a simple React single-page static website for presentation, middleware wil use API Gateway with Cognito User Pools for authentication, and the backend will be a golang API/Lambda for handling correction inserts to the DynamoDB table.

This code in this repo provides for the serverless/lambda golang backend database handler and api gateway configuration. It incorporates GorillaMux, wrapped by AWSLabs go api proxy as a routing handler for requests.

Tip to self: Remember to setup the Response Headers for the API, particularly for Lambda-Proxy APIs

API Gateway

About

Backend API lambda handler for inserting new MusicMan parm fixes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages