All Projects β†’ hmmhmmhm β†’ serverless-ts-template

hmmhmmhm / serverless-ts-template

Licence: MIT License
Serverless Typescript Template

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to serverless-ts-template

Serverless Chrome
🌐 Run headless Chrome/Chromium on AWS Lambda
Stars: ✭ 2,625 (+20092.31%)
Mutual labels:  lambda, serverless-functions, serverless-framework, serverless-examples
Epsagon Go
Automated tracing library for Go 1.x ⚑️
Stars: ✭ 24 (+84.62%)
Mutual labels:  lambda, lambda-functions, serverless-functions
Webiny Js
Enterprise open-source serverless CMS. Includes a headless CMS, page builder, form builder and file manager. Easy to customize and expand. Deploys to AWS.
Stars: ✭ 4,869 (+37353.85%)
Mutual labels:  lambda, lambda-functions, serverless-framework
Gcf.cr
gcf.cr provides serverless execution and deployment of crystal language code in Google Cloud Functions
Stars: ✭ 51 (+292.31%)
Mutual labels:  lambda, lambda-functions, serverless-functions
serverlesscloud.cn
Serverless 中文网
Stars: ✭ 15 (+15.38%)
Mutual labels:  serverless-framework, serverless-examples
lamba-thumbnailer
AWS S3 Video Thumbnailer with Lambda
Stars: ✭ 21 (+61.54%)
Mutual labels:  lambda-functions, serverless-functions
terraform-aws-lambda-function
A Terraform module for deploying and managing Lambda functions on Amazon Web Services (AWS). https://aws.amazon.com/lambda/
Stars: ✭ 37 (+184.62%)
Mutual labels:  lambda, lambda-functions
serverless-aws-static-file-handler
Easily serve static files with the Serverless Framework on AWS Lambda.
Stars: ✭ 43 (+230.77%)
Mutual labels:  serverless-functions, serverless-framework
Aws Auto Remediate
Open source application to instantly remediate common security issues through the use of AWS Config
Stars: ✭ 191 (+1369.23%)
Mutual labels:  lambda, serverless-framework
netlify-lambda-function-example
An example Netlify Lambda function that processes payments with Stripe.
Stars: ✭ 93 (+615.38%)
Mutual labels:  lambda, serverless-functions
serverless-plugin-epsagon
Epsagon's plugin for Serverless Framework ⚑️
Stars: ✭ 53 (+307.69%)
Mutual labels:  lambda, serverless-framework
CloudFrontier
Monitor the internet attack surface of various public cloud environments. Currently supports AWS, GCP, Azure, DigitalOcean and Oracle Cloud.
Stars: ✭ 102 (+684.62%)
Mutual labels:  lambda-functions, serverless-framework
Mercury Parser Api
πŸš€ A drop-in replacement for the Mercury Parser API.
Stars: ✭ 239 (+1738.46%)
Mutual labels:  lambda, lambda-functions
serverless-fission
Use Fission through Serverless Framework https://serverless.com
Stars: ✭ 19 (+46.15%)
Mutual labels:  serverless-functions, serverless-framework
aws-sam-typescript-layers-example
Example project for developing AWS Lambda functions on TypeScript with all goodies: local development, tests, debugging, shared layers (3rd party and your own), and deploy.
Stars: ✭ 168 (+1192.31%)
Mutual labels:  lambda, lambda-functions
yap
Open source API Gateway on GraphQL for serverless. Less code, safer API. πŸ’ͺ
Stars: ✭ 105 (+707.69%)
Mutual labels:  lambda-functions, serverless-functions
serverless-email-scheduler
Schedule future emails with AWS Lambda and Step Functions
Stars: ✭ 29 (+123.08%)
Mutual labels:  lambda, serverless-framework
pong
πŸ“ Pong for RESTful APIs (microservices pattern) using Serverless Framework ⚑
Stars: ✭ 27 (+107.69%)
Mutual labels:  lambda-functions, serverless-framework
telegram-stepfunctions-bot
Serverless Telegram bot made on 4 AWS Lambda chained by AWS Step Functions. All of this written on Serverless Framework using plugins.
Stars: ✭ 26 (+100%)
Mutual labels:  lambda, serverless-framework
Zappa
Serverless Python
Stars: ✭ 11,859 (+91123.08%)
Mutual labels:  lambda, serverless-framework

🚧 Severless Typescript Template

Serverless + Typescript Template

An easy-to-use Serverless template!

  • Allowed to use typescript in serverless.js!

Serverless Is Awesome GIF

πŸ“₯ Installation

Template Download & Install

git clone https://github.com/hmmhmmhm/serverless-ts-template
cd serverless-ts-template
npm install

Install Serverless

npm install -g serverless

πŸ“œ Configulation

πŸš€ Create Hosting Service

πŸ‘©β€πŸ’» Config Serverless

You must need to setup before deploy action using to serverless config command. and must correctly set the provider config in serverless.yml

πŸ“¦ Config Template

  • You must change the handler names in every files.
    • Open up handler.ts and serverless.yml files.
    • Fix yourFunctionName to actual Lambda Function names

πŸ“” Command

  • npm test (or npm start)

    Run the development local serveless server. This command creates a path accessible through HTTP.

  • npm run deploy

    Deploy the file to the physical server. (like a AWS)

License

MIT Licensed.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].