https://github.com/abhirockzz/awsome-slack-backend
Using AWS Lambda Function URL to build a Serverless backend for Slack
https://github.com/abhirockzz/awsome-slack-backend
aws cdk golang iaac lambda serverless
Last synced: 6 months ago
JSON representation
Using AWS Lambda Function URL to build a Serverless backend for Slack
- Host: GitHub
- URL: https://github.com/abhirockzz/awsome-slack-backend
- Owner: abhirockzz
- Created: 2022-04-29T09:39:34.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-04T08:02:09.000Z (over 3 years ago)
- Last Synced: 2025-03-24T00:25:01.522Z (7 months ago)
- Topics: aws, cdk, golang, iaac, lambda, serverless
- Language: Go
- Homepage: https://itnext.io/using-aws-lambda-function-url-to-build-a-serverless-backend-for-slack-a292ef355a5d
- Size: 279 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://docs.aws.amazon.com/lambda/latest/dg/lambda-golang.html) to serve as a serverless webhook backend for [Slack](https://slack.com/).
- Part 1 covers solution architecture along with deployment - refer to this [blog post](https://abhishek1987.medium.com/using-aws-lambda-function-url-to-build-a-serverless-backend-for-slack-a292ef355a5d)
- Part 2 covers IaaC based deployment using AWS CDK. Details in [this blog post](https://abhishek1987.medium.com/package-and-deploy-a-lambda-function-as-a-docker-container-with-aws-cdk-fd0df5e37de7).