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

run application #1

Open
pchauhan77 opened this issue Oct 1, 2021 · 1 comment
Open

run application #1

pchauhan77 opened this issue Oct 1, 2021 · 1 comment

Comments

@pchauhan77
Copy link

can you write steps to run application?

@s4nt14go
Copy link
Owner

s4nt14go commented Oct 2, 2021

Sure! This deploys an AppSync backend, but you would have to create a user because it's authenticated. The steps would be something like this:

  • Set your AWS credentials that will allow you to deploy on your AWS account
  • npm ci
  • npx sls deploy
  • Create a user (the API is authenticated with Cognito)
  • Go to AWS console -> region Ireland (eu-west-1) -> AppSync -> appsyncmasterclass API -> Queries
  • Once you log in with the user you created, you'll be able to launch queries from the AWS console

You can also check the ci/cd workflow to have an idea

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

No branches or pull requests

2 participants