Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sigridjineth/gophercon-2023-bluesky-demo
Build your own Bluesky Demo on Gophercon Korea 2023 using AWS Lambda and API Gateway 🧙🪄🐦🔵💙
https://github.com/sigridjineth/gophercon-2023-bluesky-demo
apigateway aws bluesky gophercon lambda
Last synced: 5 days ago
JSON representation
Build your own Bluesky Demo on Gophercon Korea 2023 using AWS Lambda and API Gateway 🧙🪄🐦🔵💙
- Host: GitHub
- URL: https://github.com/sigridjineth/gophercon-2023-bluesky-demo
- Owner: sigridjineth
- License: bsd-3-clause
- Created: 2023-08-05T15:54:32.000Z (over 1 year ago)
- Default Branch: http-lambda
- Last Pushed: 2023-08-06T01:36:54.000Z (over 1 year ago)
- Last Synced: 2024-10-11T10:15:56.084Z (28 days ago)
- Topics: apigateway, aws, bluesky, gophercon, lambda
- Language: Go
- Homepage: https://gophercon.kr
- Size: 9.59 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# GopherCon Korea 2023 Restful Demo
## Slides
https://docs.google.com/presentation/d/1AbDmavIFEaTMcLMhmG-g4fuLE2T5Y7Gq/edit?usp=sharing&ouid=101923724493428931204&rtpof=true&sd=true## Endpoint
```
https://4u5b6np4ch.execute-api.ap-northeast-2.amazonaws.com/gophercon/followers/full/golangkorea.bsky.social
Bearer {app_key}
```## Reference
[go-bluesky](https://github.com/karalabe/go-bluesky)