Skip to content

Commit

Permalink
Merge pull request #76 from ndaba1/patch-1
Browse files Browse the repository at this point in the history
fix: update deployment lambda memory limit
  • Loading branch information
Amplifiyer authored Jul 29, 2024
2 parents 382f4a9 + 2f0a37d commit ed6ac8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/export-backend-asset-handler/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ export class AmplifyExportAssetHandler extends Construct {
sources: [Source.asset(filePath)],
destinationKeyPrefix: AMPLIFY_BUILDS,
prune: false,
memoryLimit: 512,
},
);
const stacks = this.exportManifest.props.loadNestedStacks;
Expand Down

0 comments on commit ed6ac8f

Please sign in to comment.