link-serverless
- Serverless Framework 관련
- Typescript Serverless
- 레포지토리
- 가이드
- Medium
- 라이브러리
- 기능
- 도서
- 예시페이지
- 레이어관리
- 기타
- SNS
- SQS
- About Serverless
- WebSocket
- Chat
Serverless Framework 관련
- Serverless Framework 홈페이지
- Serverless Awesome 페이지
- Serverless Github: 예제 파일 등
- (필수)Amazon CTO 블로그!!! - 영문
- (필수)Python Serverless 가이드라인 - 영문
- serverless.yml 예시 페이지 - 영어
- Serverless - API Gateway 사용법 - 영어
- Serverless - SNS 관리 - 사용법 - 영어
- AWS Serverless Architecture 관련 문서 - 영어
- Cast studies - 영어
- 도메인 지정, 멀티 도메인 - 영어
- 워크플로우 팁 - 영어
- Serverless Framework 첫시작 - 영어
Typescript Serverless
- DavidWells/serverless-workshop: ⚡️ Open source serverless workshop. Ready to deploy serverless examples on AWS
- balassy/aws-lambda-typescript: This sample uses the Serverless Application Framework to implement an AWS Lambda function in TypeScript, deploy it via CloudFormation, publish it through API Gateway to a custom domain registered on Route53, and document it with Swagger.
- AWS 람다 + 타입스크립트 디자인패턴 적용하기 - Harry The Great - Medium
- Write serverless application OOP on top of Typescript
- Build a TODO PWA with NextJS, Redux, TypeScript, Docker and Now Cloud V2 (Serverless Docker)
-
[Serverless Event Sourcing in AWS (Lambda, DynamoDB, SQS) devAdvice blog](https://blog.devadvice.io/serverless-event-sourcing-in-aws-lambda-dynamodb-sqs/) - Cloudwatch Logs and Lambda Overview in VS Code | devAdvice blog
레포지토리
- (필독)서버리스로 진행한 프로젝트(folk) - 레포
- 서버리스 에어라인 부킹 프로젝터(folk) - 로피
가이드
- (필독) 서버리스 스택 - 가이드 따라해보기
Medium
- Serverless Best Practices
- 대규모 프로젝트에서 Serverless framework 관리법 - 영어
라이브러리
- boto3 라이브러리 - 영문
- Serverless Stack - node - 영문
- Serverless Plugin 모음 - 영문
- Serverless Plugin 찾을때
기능
- Async Execution - 한글
- SQS 큐 생성 무작정 따라하기 - 한글
- Tag - 영문
- Serverless WebCrawler - CloudGuru - 영문
- Serverless CI/CD(python) - Serverless Blog - 영문
- SQS Lambda Trigger - 영문
- Multiple Runtime - 영문
- 다른 Lambda 불러서 S3 저장 python - 영문
- Lambda invoke lamda(람다끼리 부르기) - nodejs, python - 영문
- nodemodule 과 python module 분리해서 쓰기
도서
- Agile Deveolpment for serverless - 영문
예시페이지
- SQS로 메시지 전송하기 - 한글
- Serverless sample Repo typescript 기반 - 영어
- 번개장터 대용량 푸쉬서버
레이어관리
- Lambda layers with Serverless Framework and good practices - node - 영어
- Lambda layers with Serverless Framework and good practices - node - repo - 영어
기타
- cloudcraft - AWS 아키텍처 구성 맵
- Serverless 개발 4가지 팁
- Serverless 하기 전 알아두었으면 좋았을 것 - 영어
- theburningmonk/manning-aws-lambda-in-motion: Code for the Manning video course "Production-Ready Serverless: Operational Patterns and Practices"
- labs42io/clean-code-typescript: Clean Code concepts adapted for TypeScript
SNS
- Serverless SNS Example - node - 레포
- Send your android clients notifications using FCM and Amazon SNS - Medium - 영어
SQS
- SQS 설치에 관해 알아야 할 것 - 영어
About Serverless
- Mike Roberts Article - 영어
- Simon Swardley Twitter Thread - 영어
WebSocket
- Serverless with real-time communication (WebSockets) - DEV Community 👩💻👨💻
- RafalWilinski/serverless-websockets-chat: Realtime chat app based on AWS Lambda, API Gateway, DynamoDB, Websockets, React in TS
Chat
- Serverless by Example: Building a Real-Time Chat System
- danilop/serverless-chat: A serverless web chat built using AWS Lambda, AWS IoT (for WebSockets) and Amazon DynamoDB