Deploying a NextJS SSR Application to Amplify
[NextJS](https://nextjs.org/learn/foundations/about-nextjs/what-is-nextjs) is a powerful React framework that we can use to deploy directly from...
Showing posts from
[NextJS](https://nextjs.org/learn/foundations/about-nextjs/what-is-nextjs) is a powerful React framework that we can use to deploy directly from...
Creating an [AMI](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AMIs.html) (Amazon Machine Image) can be done via the AWS Console. It can...
If you need to modify the keys of a Python dictionary, a recursive function can be a useful way to work through the entire dictionary. This...
Amazon Lex Bots are a way to use natural language conversational interfaces that can be used through a variety of integrations such as Facebook...
This example will build a CDK Pipeline that will build a backend and frontend and then pass API Gateway URL information from the backend to the...
When building ARM64 resources with CDK Pipelines, it is necessary to have them built using an ARM64 Image with CodeBuild.