question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

aws-exports issue?

See original GitHub issue

Greeting, @dabit3. Thanks for doing this work!

I just ran the project per the instructions and it runs but is throwing an error: No credentials, applicationId or region

aws-exports.js is generated but doesn’t have those fields in it.

screenshot:

Simulator Screen Shot - iPhone X - 2019-07-21 at 10 03 23

So the app doesnt know where to look for the updates, i guess.

console mutation returns:

{
  "data": {
    "createTalk": {
      "id": "77cbe3c5-563d-43f5-ab7b-2aa7e70b451d",
      "name": "Performance In React Native",
      "speakerBio": "Software Engineer at Facebook",
      "speakerName": "Ram Narasimhan",
      "speakerAvatar": "https://pbs.twimg.com/profile_images/875450414161772544/UjefWmmL_400x400.jpg",
      "location": "Armory",
      "date": "November 11",
      "time": "9:00 AM - 9:30 AM",
      "timeStamp": "1573491600"
    }
  }
}

Simulator Screen Shot - iPhone X - 2019-07-21 at 10 18 10

I am still working through this…if you already see whats going on, feel free to chime in, sir! Thank you.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
idkjscommented, Jul 21, 2019

Got it working, boss, from previous comment but yeah, in case anyone add extra steps like i did, good idea to note it in the readme for us clowns. Peace to you, brother. Thank you for the feedback.

0reactions
dabit3commented, Jul 21, 2019

@idkjs I just tested this and it works as expected. I’ve updated the README to reflect the changes (don’t automatically generate the queries). If you don’t see the data in the app, make sure you’re looking at the right day in the toggle (November 11) for the query / mutation.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to generate aws-exports.js file? · Issue #3643 - GitHub
Go to the AWS console · Choose AWS Amplify · Find the app · Go to Backend environments · Find the backend environment...
Read more >
AWS amplify deploy failure due to aws-exports - Stack Overflow
aws -exports.js file This file is generated only for JavaScript projects. It contains the consolidated outputs from all the categories and is ...
Read more >
Exporting active issues - Amazon CodeCatalyst
You can export a list of current active issues into a .xlsx file. To export the list of active issues, perform the following...
Read more >
Exporting stack output values - AWS CloudFormation
In the AWS CloudFormation console , from the CloudFormation navigation pane, choose Exports. To list exported output values (AWS CLI). Run the aws...
Read more >
Resolve the "Export EXPORT_NAME cannot be updated as it ...
1. Open the AWS CloudFormation console. · 2. From the CloudFormation menu, choose Exports. · 3. For Export Name, choose the name of...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found