Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix serverless_example.md #455

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Hustenbonbon
Copy link

@Hustenbonbon Hustenbonbon commented Apr 17, 2023

Fix the broken update from Node14 and AWS-SDK v2 to Node18 and AWS-SDK v3

Issue #, if available: #454

Description of changes:

  • Changes the import in widgets.js to 'require' syntax, so it can run without a module scope.
  • Also fix the first version of widget.js
  • Adds a fix for changed S3 ListObjectsV2Command API behaviour if no objects exist
  • Formatted with prettier (I'm happy to undo that, if you want to keep the changeset smaller)

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

v2/serverless_example.md Outdated Show resolved Hide resolved
Fixes the broken update from Node14 and AWS-SDK v2 to Node18 and AWS-SDK v3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants