Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 576 Bytes

File metadata and controls

41 lines (25 loc) · 576 Bytes

youtube-websub-to-discord-webhook

Requirements

Tools

  • Go 1.16 or later

For Deployment

Architecture

Architecture

Building and Deployment

Environment Variables

  • SAM_PACKAGE_BUCKET: Target bucket to package sam application
  • DEPLOY_STACK_NAME: Stack name to deploy

Build

$ make build

Package

$ make package

Deploy

$ make deploy