Tags: aws/aws-pdk
Tags
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
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
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
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>
PreviousNext