Created
April 10, 2022 21:38
-
-
Save louislatreille/f95e88dc4e0c1029c638d805bd44e8b8 to your computer and use it in GitHub Desktop.
ServerlessStreamlined - serverless.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import type { AWS } from "@serverless/typescript"; | |
const serverlessConfiguration: AWS = { | |
service: "serverless-streamlined", | |
frameworkVersion: "3", | |
provider: { | |
name: "aws", | |
runtime: "nodejs14.x", | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment