aws-serverless-webapp-workshop icon indicating copy to clipboard operation
aws-serverless-webapp-workshop copied to clipboard

Code and walkthrough labs to set up serverless applications for Wild Rydes workshops

Results 18 aws-serverless-webapp-workshop issues
Sort by recently updated
recently updated
newest added

*Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Any solution on this 2023-08-16T06:47:53.423Z  undefined  ERROR  Uncaught Exception   {"errorType":"ReferenceError","errorMessage":"exports is not defined in ES module scope","stack":["ReferenceError: exports is not defined in ES module scope"," at file:///var/task/index.mjs:30:1"," at ModuleJob.run (node:internal/modules/esm/module_job:194:25)"]}...

Especially AWS Lambda obsoleted Node.js 12x, while the .js code used in tutorial can not work with 14x and 16x either I guess nobody ever verified this fancy tutorial after...

Cognito UI has changed from the images included in the workshop. Otherwise a great workshop to run through in a couple of hours.

I have tried Node.js 18x - 12x and nothing works. Response { "errorType": "ReferenceError", "errorMessage": "require is not defined in ES module scope, you can use import instead", "trace": [...

Statut CREATE_FAILED : The security token included in the request is invalid (Service: AmazonIdentityManagement; Status Code: 403; Error Code: InvalidClientTokenId; Request ID: a3bfb019-1c4f-4965-9ed0-ef7a51f6c8cf; Proxy: null) Statut ROLLBACK_IN_PROGRESS : The following...

Downloading release from https://package.cli.amplify.aws/10.4.0/amplify-pkg-linux-x64.tgz Killed

Been using this code to teach my beginning AWS students- great project! I've just tested this again and now having problems with the map background not loading. Looks like ArcGIS...

As Node.js 12.x will be deprecated soon: https://aws.amazon.com/blogs/developer/announcing-the-end-of-support-for-node-js-12-x-in-the-aws-sdk-for-javascript-v3/. Code return 201 without changing anything except the running version itself. By submitting this pull request, I confirm that you can use,...

We should try to use Amazon Location Service instead of esri maps. This reduces our dependency on external vendors and services and promotes more AWS Services. We have Vue samples...