Skip to content

linecard/sentential-gw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sentential-gw

Main Go Report Card

Local HTTP => Lambda invocation proxy designed to replicate the behavior of a Lambda public URL for local verification and testing.

Usage

Intended to be utilized alongside sentential.

Development

Gateway

go mod tidy
go run main.go

Sentential

In a different directory, create a sntl project for testing.

Deploy said sntl project locally with:

sntl deploy local