Skip to content

Tags: aws/aws-pdk

Tags

v0.26.15

Toggle v0.26.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: upgrade lambda runtime version from using 18 (EoL) to 20 (#936) 

v0.26.14

Toggle v0.26.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: monorepo resolve non-existent @nrwl/devkit@19.8.15 dependency (#931 ) - Pin nx and @nx/devkit to ~19.8.14 to avoid problematic 19.8.15 - nx@19.8.15 depends on non-existent @nrwl/devkit@19.8.15 - Use tilde range to allow patch updates while staying stable - Fixes ERR_PNPM_NO_MATCHING_VERSION during project generation Resolves monorepo-java project creation failures

v0.26.13

Toggle v0.26.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: remove upper bound on pnpm version (#927) Allow users to use pnpm 10. Note: this repo remains on pnpm 8 since JSII packaging needs to be updated if using pnpm 10 Fixes #901

v0.26.12

Toggle v0.26.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(type-safe-api): add support for additional request parameters in… … s3 integration (#926) * feat(type-safe-api): add support for additional request parameters in S3 integration * chore(type-safe-api): remove unecessary doc * test(type-safe-api): add s3 integration test with additional request parameters

v0.26.11

Toggle v0.26.11's commit message
fix: maven publishing config again 

v0.26.10

Toggle v0.26.10's commit message
fix: remove maven gpg keys 

v0.26.9

Toggle v0.26.9's commit message
feat(type-safe-api): support configuring custom gateway responses (#923) Fixes #922

v0.26.8

Toggle v0.26.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(type-safe-api): support configuring custom gateway responses (#923) Fixes #922

v0.26.7

Toggle v0.26.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(static-website): fix deep linking access denied issue and bucket … …deployment oom kill issue (#921) CloudFront with S3 OAC returns a 403 instead of a 404 when an object is missing from an S3 bucket, and so the redirect for single-page apps was broken. Updated to handle both 403 and 404 to be safe. Additionally bumped the default memory size for the bucket deployment lambda which was being killed due to exceeding the memory limit for just the default website. Fixes #915, Fixes #909

v0.26.6

Toggle v0.26.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(Pipeline): support usage of CodeConnections as Source step for P… …DK Pipeline (#920) * feat: support code connection and remove license build step Added modifications to support code connection. Removed one build step for licenses due to stack trace issues. * fix: dependecy fix depedndency * fix: dependencies why am I so dependant * fixes * removed commands * removed commands * feat: fixed latest - adding codestar * chore: fix the merge conflits * chore: remove extra folder * chore: revert changes * chore: keep the PDKPipeline same as previous * chore: remove the validation * chore: add test cases * chore: rename the construct name to be consistent * chore: update test snapshot --------- Co-authored-by: Lucas <kaufluca@amazon.com> Co-authored-by: EC2 Default User <ec2-user@ip-172-31-33-73.ap-southeast-1.compute.internal>