Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taxintt/serverless-framework-ts-sample
https://github.com/taxintt/serverless-framework-ts-sample
serverless serverless-framework typescript
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/taxintt/serverless-framework-ts-sample
- Owner: taxintt
- Created: 2021-06-12T03:00:05.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-10T14:29:05.000Z (about 1 year ago)
- Last Synced: 2024-04-17T19:27:35.490Z (9 months ago)
- Topics: serverless, serverless-framework, typescript
- Language: TypeScript
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# serverless_framework_ts_sample
Sample codes for writing Typescript functions -- served by Google Cloud FunctionsThis function uses the below plugin.
- [serverless-google-cloudfunctions](https://www.serverless.com/framework/docs/providers/google/guide/quick-start/)
- [serverless-plugin-scripts](https://www.serverless.com/plugins/serverless-plugin-scripts)
- [serverless-plugin-typescript](https://www.serverless.com/plugins/serverless-plugin-typescript)## Prerequisite
You need to create a key file of gcp service account that is used for Serverless Framework.
Following this.
https://www.serverless.com/framework/docs/providers/google/guide/credentials/# Quickstarts
```
$ npm install$ serverless deploy
```