Increase CDK Lambda memory limit and some cleanup

This commit is contained in:
Jacob Heider 2022-12-15 17:09:32 -05:00
parent d8bbbec144
commit 2e299b371e
No known key found for this signature in database
GPG key ID: A98011B5713535BF
4 changed files with 2 additions and 7 deletions

View file

@ -64,6 +64,7 @@ export default class TeaXYZ extends Stack {
destinationBucket: bucket,
distribution,
distributionPaths: ["/*"],
memoryLimit: 512,
sources: [s3Deployment.Source.asset('../public')],
});
}

View file

@ -1,3 +0,0 @@
#!/bin/sh
git config --global url."https://teaxyz:$1@github.com/teaxyz/pantry".insteadOf "https://github.com/teaxyz/pantry"

View file

@ -39,7 +39,6 @@ jobs:
with:
cmd: '.github/build-package-pages.sh src/data/packages.json src/content'
- run: .github/mk-pantry-accessible.sh ${{ secrets.TEMP_JACOBS_GITHUB_PAT }}
- uses: teaxyz/setup@v0
with:
target: build

View file

@ -47,8 +47,6 @@ jobs:
with:
cmd: '.github/build-package-pages.sh src/data/packages.json src/content'
- run: .github/mk-pantry-accessible.sh ${{ secrets.TEMP_JACOBS_GITHUB_PAT }}
- uses: teaxyz/setup@v0
with:
target: build