serverless-aws-static-file-handler icon indicating copy to clipboard operation
serverless-aws-static-file-handler copied to clipboard

Easily serve static files with the Serverless Framework on AWS Lambda.

Results 10 serverless-aws-static-file-handler issues
Sort by recently updated
recently updated
newest added

CREATE_FAILED: V2UnderscorehtmlLambdaFunction (AWS::Lambda::Function) Resource handler returned message: "The runtime parameter of nodejs14.x is no longer supported for creating or updating AWS Lambda functions. We recommend you use the new runtime...

bug
help wanted
good first issue
pri-high

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.23.9 to 7.24.5. Release notes Sourced from @​babel/core's releases. v7.24.5 (2024-04-29) Thanks @​romgrk and @​sossost for your first PRs! :bug: Bug Fix babel-plugin-transform-classes, babel-traverse #16377 fix: TypeScript...

dependencies

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.23.9 to 7.24.5. Release notes Sourced from @​babel/preset-env's releases. v7.24.5 (2024-04-29) Thanks @​romgrk and @​sossost for your first PRs! :bug: Bug Fix babel-plugin-transform-classes, babel-traverse #16377 fix: TypeScript...

dependencies

Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) from 7.23.9 to 7.24.3. Release notes Sourced from @​babel/plugin-transform-runtime's releases. v7.24.3 (2024-03-20) :bug: Bug Fix babel-helper-module-imports #16370 fix: do not inject the same imported identifier multiple times (@​ota-meshi)...

dependencies

Bumps [webpack](https://github.com/webpack/webpack) from 5.90.1 to 5.91.0. Release notes Sourced from webpack's releases. v5.91.0 Bug Fixes Deserializer for ignored modules doesn't crash Allow the unsafeCache option to be a proxy object...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...

dependencies

### Expected behavior: Can place UTF8 characters such as ⏲️ in a .html file and they render as-is after output ### Actual behavior: `⏲️` ### Steps to reproduce the problem:...

bug
help wanted
good first issue

It seems this is an issue other experience per aws-actions/configure-aws-credentials#564 This exact action is at https://github.com/activescott/serverless-aws-static-file-handler/blob/a562cfbd242767223a9e89273b2f86ebe05441ac/.github/workflows/build.yml#L109 and an example of the failure is linked in the bug above.

### Expected behavior: The 404 result presents the actual internal error text in development environments ### Actual behavior: Literal `{errorText}` is rendered which is a bit less than useful for...

bug
help wanted
good first issue

### Expected behavior: Serve static Files with cors enabled. No cors headers present. ### Actual behavior: Cors error: `Access to XMLHttpRequest at 'https://[URL]' from origin 'http://localhost:8080' has been blocked by...

enhancement
help wanted
good first issue
pri-high