-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathinsta
More file actions
51 lines (43 loc) · 1.26 KB
/
insta
File metadata and controls
51 lines (43 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
AWSTemplateFormatVersion: '2010-09-09'
Transform: AWS::Serverless-2016-10-31
Description: Edit the swagger file content(Test)
Resources:
ApiGateway:
Type: AWS::Serverless::Api
Properties:
Name: TESTONE
StageName: Develop
DefinitionUri: s3://devdeliforcemumbailambda/test.yml
DriverDeleteF:
Type: AWS::Serverless::Function
Properties:
FunctionName: driver_delete_fun_test
Handler: index.js
Runtime: nodejs6.10
CodeUri: build/finalize.zip
Environment:
Variables:
db_url: mongodb://testuser:7034191716@106.51.73.130:27017/test
Timeout: 30
healthcheck:
Type: AWS::Serverless::Function
Properties:
FunctionName: driver_delete_function
Handler: index.js
Runtime: nodejs6.10
CodeUri: build/driver_delete.zip
rollback:
Type: AWS::Serverless::Function
Properties:
FunctionName: driver_edit_function
Handler: index.js
Runtime: nodejs6.10
CodeUri: build/driver_edit.zip
simple:
Type: AWS::Serverless::Function
Properties:
FunctionName: driver_export_function
Handler: index.js
Runtime: nodejs6.10
CodeUri: build/driver_export.zip
Role: arn:aws:iam::539977196287:role/favas-poc