Skip to content

abhirockzz/awsome-slack-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Using AWS Lambda Function URL to build a Serverless backend for Slack

Sample app to demonstrate how to use Lambda function URL with a practical example. You will build a Go Lambda function to serve as a serverless webhook backend for Slack.

  • Part 1 covers solution architecture along with deployment - refer to this blog post
  • Part 2 covers IaaC based deployment using AWS CDK. Details in this blog post.