Skip to content

Stores a webhook listener Lambda Function intended to process orders from Squarespace's Commerce Webhook API.

License

Notifications You must be signed in to change notification settings

cmd-not-found/sqsp-lambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sqsp-lambda

Stores a webhook listener Lambda Function intended to process orders from Squarespace's Commerce Webhook API.

Project Overview

Squarespace's Commerce feature offers a Webhook service in which they will execute a POST request upon Order create and Order update actions. This project leverages that feature to set up an AWS API Gateway -> Lambda Webhook listener that will eventually process the inbound requests and do other things.

Currently, though, this function only saves the totality of the body (in json format) to a pre-defined S3 bucket.

REF: https://developers.squarespace.com/webhooks/overview

About

Stores a webhook listener Lambda Function intended to process orders from Squarespace's Commerce Webhook API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages