-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathserverless.yml
More file actions
42 lines (42 loc) · 862 Bytes
/
serverless.yml
File metadata and controls
42 lines (42 loc) · 862 Bytes
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
service: stateflow
provider:
name: aws
region: eu-west-2
runtime: python3.8
iam:
role: arn:aws:iam::958167380706:role/stateflow-dev-eu-west-1-lambdaRole
plugins:
- serverless-python-requirements
package:
exclude:
- 'venv/**'
custom:
pythonRequirements:
usePipenv: false
slim: true
noDeploy:
- Flask
- flake8
- apache-beam
- coverage
- confluent-kafka
- beam-nuggets
- httplib2
- google-api-python-client
- pytest-mock
- PyHamcrest
- pytest-docker-fixtures
- pytest-timeout
- apache-flink
- boto3
- apache-flinl-statefun
- pyflink
- pandas
functions:
stateflow:
handler: runtime_aws.handler
memorySize: 1024 # optional, in MB, default is 1024
events:
- http:
path: stateflow
method: post