Focus Otter Blog

Focus Otter Blog

Follow
Follow
homeAWS CDK for Frontend DevsDeveloper AdvocacySupport MeAWS Solutions
Tag

aws-cdk

#aws-cdk

More content

Read more stories on Hashnode


Articles with this tag

AWS CDK for Frontend Developers: Multi-Stage Deploys with Github Actions

Mar 27, 2023

Throughout this series, we've discussed how to build backend infrastructure using the AWS CDK. In doing so, we've touched on several services and...

AWS CDK for Frontend Developers: Multi-Stage Deploys with Github Actions

AWS CDK for Frontend Developers: Building Modern APIs with AWS AppSync

Mar 22, 2023

AWS AppSync is a fully-managed GraphQL API service and the last service that we'll add to this backend stack. Due to it being an API, it'll read and...

AWS CDK for Frontend Developers: Building Modern APIs with AWS AppSync

Getting started: How to install the AWS CLI and configure a CDK TypeScript project

Mar 16, 2023

As a frontend developer, you're probably used to working with modern web frameworks like React or Vue, which allow you to build complex applications...

Getting started: How to install the AWS CLI and configure a CDK TypeScript project

The case for fullstack teams having dedicated frontends and backends

Nov 9, 2022

๐ŸŽ‰ This post has been officially written and published to the AWS Mobile Blog as a getting started guide! Feel free to read that to get a walkthrough...

The case for fullstack teams having dedicated frontends and backends

The fullstack guide to creating AppSync APIs with the AWS CDK

Jul 25, 2022

Featured Services: AWS AppSync, CDK, Cognito, NextJS and more! ยท Overview AWS AppSync is a managed GraphQL service that helps in building scalable...

The fullstack guide to creating AppSync APIs with the AWS CDK

Trigger AppSync Subscriptions with EventBridge targets

Mar 4, 2022

AWS AppSync is a managed graphQL service that comes with built-in websockets so applications can subscribe to real-time updates. Oftentimes, this...

Trigger AppSync Subscriptions with EventBridge targets