Skip to content

Commit

Permalink
bump memory available to retrieval function to 1GB (#1250)
Browse files Browse the repository at this point in the history
  • Loading branch information
attwad authored Sep 29, 2020
1 parent badc059 commit 7200807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ingestion/functions/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Resources:
CodeUri: retrieval/
Handler: retrieval.lambda_handler
Description: Retrieve raw source content
MemorySize: 512
MemorySize: 1024
# Function's execution role
Policies:
- AWSLambdaFullAccess
Expand Down

0 comments on commit 7200807

Please sign in to comment.