aws-mobile-ionic-sample icon indicating copy to clipboard operation
aws-mobile-ionic-sample copied to clipboard

It is a Ionic Sample App that displays how web developers can integrate their front end with AWS on the backend. The App interacts with AWS Cognito, API Gateway, Lambda and DynamoDB on the backend.

Results 14 aws-mobile-ionic-sample issues
Sort by recently updated
recently updated
newest added

Hi, On browser and build without --prod option, it works. I got the following errors when I build the app with --prod option. Ex : ionic cordova build android --prod...

Hi everyone, In this project, GET requests do not need a body. When I try to adapt GET request to send a body, I get this error: "The request signature...

I suppose it may depend on my configuration, however I've been through many errors, the last (runtime) one being: Reference error: aws_cloud_logic_custom is not defined I deployed manually the zip...

I got the following error. What should be included for the missing files like app-events? Error: ./src/app/app.module.ts Module not found: Error: Can't resolve '../providers/app-events/app-events' in 'C:\Users\admin\Desktop\aws-mobile-ionic-facebook-auth-grant-flow-master\client\src\app' resolve '../providers/app-events/app-events' in 'C:\Users\admin\Desktop\aws-mobile-ionic-facebook-auth-grant-flow-master\client\src\app'...

I'm getting the following errors when trying to bootstrap data following the instructions in this sample. It really doesn't matter what I put in for the Lambda function name, the...

JSON.pars: unexpected character at line 1 column 2 of the JSON data **Stack** AwsConfig.prototype.load@http://localhost:8100/build/main.js:201892:42 @http://localhost:8100/build/main.js:154480:151 __webpack_require__@http://localhost:8100/build/main.js:20:12 @http://localhost:8100/build/main.js:127053:70 __webpack_require__@http://localhost:8100/build/main.js:20:12 @http://localhost:8100/build/main.js:63:18 @http://localhost:8100/build/main.js:1:11 I believe the issue is coming for the aws-config.js file...

On signin, an error __WEBPACK_IMPORTED_MODULE_0_aws_sdk_global__.util.crypto.lib.randomBytes is not a function at AuthenticationHelper.generateRandomSmallA (main.js:97047) at new AuthenticationHelper (main.js:97013) at CognitoUser.authenticateUser (main.js:100828) at main.js:42653

I have followed https://aws.amazon.com/blogs/mobile/push-notifications-with-ionic-and-amazon-pinpoint/ and am receiving in-app notifications when sending via "direct" in the AWS console, but when the app is in the background or closed, no notifications come...

Currently, 'AWS Mobile Hub Management Console' exports aws-config.js. `var aws_cloud_logic_custom = [{"id":"...","name":"TasksAPI","description":"","endpoint":"...","region":"...","paths":["/tasks","/tasks/123"]},{"id":"...","name":"ProjectsAPI","description":"","endpoint":"...","region":"...","paths":["/projects","/projects/123"]}];` 'aws_cloud_logic_custom' as array, JSON parse is unnecessary.

Hi, I had the same problems other users have mentioned in issue #8 and #10 but a few others also. I managed to eventually get it working by the following...