Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.
/ learn-appsync Public archive

Labs helping you to get started with AWS AppSync

License

Notifications You must be signed in to change notification settings

widdix/learn-appsync

Repository files navigation

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 [email protected].

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.

About

Labs helping you to get started with AWS AppSync

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published