Fullstack Workshop: Create an SMS scheduler with NextJS and AWS Amplify
I'm currently going through Yan Cui's excellent course on AWS Step Functions and it's been great so far. In it, he uses the Serverless Framework to explain various state machine patterns and concepts.
In an attempt to escape tutorial overload, I ...
blog.focusotter.com15 min read
Blake Green
AWS Cloud Architect
This was a fun workshop! Thanks for sharing! Just to let you know, in the invokeFutureSNSStatemachine lambda function, I had to concatenate the state machine ARN with the env variable to make it work. In the CDK part, we create the state machine with dev env appended at the end. Also, since my AWS account is in the SMS sandbox, I had to specifically set the destination phone number. However, I could have requested production access.