DEV Community

Discussion on: Pusher Shopkeep Game - Initial Idea

Collapse
 
kayis profile image
K

Cool!

I played around with Pusher and AWS today and it was pretty nice.

While the AWS docs, tutorials and examples are pretty much all over the place I found them rather helpful.

Took me like 5 minutes to connect to Pusher in the client and line 3 hours to setup AWS Lambda with AWS SAM, haha.

I made a repo here maybe this helps.

github.com/kay-is/startup-clix

At the moment the client just subscribes to a public channel and gets events from a scheduled Lambda function.

Collapse
 
itsasine profile image
ItsASine (Kayla)

I'm using AWS for my summer capstone project (and then I'll have a shiny graduate degree!), so while I've read the docs, I've never actually made a (working) prototype with AWS.

Thanks for the link to your repo! It looks like it'll be an awesome resource for my initial set up.