Skip to content

Commit

Permalink
chore(posts): Lambdas only need 256MB.
Browse files Browse the repository at this point in the history
Why do they even need that?
  • Loading branch information
randytarampi committed Aug 18, 2018
1 parent 3d5bf96 commit a4f4663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/posts/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ provider:
region: ${opt:region, 'us-east-1'}
resourceStageBuilder: ${file(env.yml):${self:provider.stage}.resourceStageBuilder}
domainName: ${file(env.yml):${self:provider.stage}.domainName}
memorySize: 512
memorySize: 256
timeout: 10

iamRoleStatements:
Expand Down

0 comments on commit a4f4663

Please sign in to comment.