Alvin JohanssonforElvablog.elva-group.com路Sep 5, 2023Get your idea deployed to prod alreadyYou know that nifty idea you've been thinking about? The website that would revolutionize how you rule a small country/go grocery shopping? Whatever your idea is you can't share it with anyone because it's still in your head. It's time to do somethin...Discuss路71 likes路286 readsAWS
Olaniyi Enigbokanpolyrenn.hashnode.dev路Jul 16, 2023Building a Serverless Slack App With SST馃挕 Required: Some knowledge of AWS & Javascript. What we'll be building A simple Slack app with a bot user that can respond to certain events, like a message matching a specific string or when a new member joins a channel. Intro - Serverless Server...Discuss路3 likes路112 readsTypeScript
Sebastianblog.sause.dev路Jul 9, 2023Use Clerk and a JwtAuthorizer to secure your API GatewayWith Clerk it takes around 5 minutes to enable user management for your NextJS application. But what if you use a custom backend on AWS because the API provided by NextJS does not fit your needs? How do you verify the requests sent from the UI? Clerk...Discuss路31 likes路1.2K readsClerk.dev
JoLoblog.jolodev.guru路Jun 27, 2023Thoughts on SST#aws #cdk #serverless Developers are increasingly adopting serverless computing since it removes the requirement to manage infrastructure. When it comes to creating Infrastructure as Code, AWS CDK has become a favored option. Nonetheless, the Develop...DiscussAWS
Dylan Laceyblog.gentlehacker.io路Sep 19, 2022Step One: Configuring our Data LayerDynamoDB & Your Sessions As you may have read in the previous entry in this series, our Session Management API shall use DynamoDB for data storage, and, specifically, will not be using Redis. The reasons for this are many, but the most pertinent one...Discuss路55 readsBuilding & Testing an API for... Sessions?serverless
Dylan Laceyblog.gentlehacker.io路Jul 27, 2022A Bug in Typo ClothingI am extremely fortunate. My job as Manager of Developer Relations affords me the opportunity to play with a bunch of new frameworks. At the moment, I'm exploring Svelte and SST, building out data-driven user behaviour test demo. (Oh, BTW, SST is a...Discuss路5 likes路63 readsCORS