/learn-appsync

Labs helping you to get started with AWS AppSync

Primary LanguageJavaScriptMIT LicenseMIT

learn-appsync

Labs helping you to get started with AWS AppSync. You will build an API allowing clients to vote for their favorite AWS services step by step.

The examples are based on the widdix/aws-cutting-edge-appsync repository.

Are you looking for an instructor-led workshop based on these labs? Say hello@widdix.net.

Labs

Setup your lab environment

Clone or download this repository on your local machine.

Create an S3 bucket storing deployment artifacts. Replace <NICKNAME> with your nickname (e.g. andreas).

aws s3 mb s3://learn-appsync-<NICKNAME>

Clean up

Make sure you are deleting all the resources created while going through the labs.

Replace <NICKNAME> with your nickname (e.g. andreas).

aws s3 rb --force s3://learn-appsync-<NICKNAME>
aws cloudformation delete-stack --stack-name learn-appsync-<NICKNAME>

More Labs

We offer AWS workshops tailored to your needs. See widdix/learn-* for more labs.