serverless-lambda-edge-pre-existing-cloudfront icon indicating copy to clipboard operation
serverless-lambda-edge-pre-existing-cloudfront copied to clipboard

A Serverless Framework plugin to create your Lambda@Edge against a pre-existing CloudFront.

Results 17 serverless-lambda-edge-pre-existing-cloudfront issues
Sort by recently updated
recently updated
newest added

Is it possible to use `!Ref` to satisfy the `distributionId` parameter? If so, why isn't it in the README? If not, why not?

Bumps [trim-off-newlines](https://github.com/stevemao/trim-off-newlines) from 1.0.1 to 1.0.3. Commits c3b28d3 1.0.3 6226c95 Merge pull request #4 from Trott/fix-it-again c77691d fix: remediate ReDOS further 76ca93c chore: pin mocha to version that works with...

dependencies

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...

dependencies

Bumps [tar](https://github.com/npm/node-tar) from 4.4.13 to 4.4.19. Commits 9a6faa0 4.4.19 70ef812 drop dirCache for symlink on all platforms 3e35515 4.4.18 52b09e3 fix: prevent path escape using drive-relative paths bb93ba2 fix: reserve...

dependencies

Attempting to deploy a very minimal setup, I've gotten this error: ``` Serverless Error --------------------------------------- ServerlessError: The function execution role must be assumable with edgelambda.amazonaws.com as well as lambda.amazonaws.com principals....

Hi! We have one stack for all our resources (db/cognito/cloudfront/s3 etc) and another stack for all our lambdas and API gateway. If I first add a cloudfront distro in the...

Not sure whats happening but when I deploy CloudFront trigger is not attached. It appears the [`after:aws:deploy:finalize:cleanup`](https://github.com/serverless-operations/serverless-lambda-edge-pre-existing-cloudfront/blob/master/index.js#L13) hook is not triggering. Here's my yaml if that helps: ```yaml --- service:...