dev

Amazon Cognito - Function over form

A backend developer's experience in adding user authentication to his backend application.

Alan Blockley

Many individuals, builders or backend developers, often grapple with the challenge of balancing function and form. Ultimately, the success of our application hinges on ensuring that the Minimum Viable Product (MVP), Proof of Concept (PoC), or prototype functions smoothly before investing substantial resources into a flashy frontend.

However, there lies a conundrum – how do we control access to our application without prematurely exposing it to the entire internet?

Image

AWS SAM Pipelines: Effortless Serverless Application Deployments

In this quickstart guide, we'll delve into the technical aspects of AWS SAM Pipelines and explore how they can simplify setting up your CI/CD workflows.

Alan Blockley

Welcome to the world of AWS SAM Pipelines, where the deployment of serverless applications becomes a seamless process. In this quickstart guide, we’ll delve into the technical aspects of AWS SAM Pipelines and explore how they can simplify setting up your CI/CD workflows. Get ready to master the art of serverless application deployments with AWS SAM Pipelines.

Image

Demystifying permissions within AWS SAM resources

The difference between IAM Policies, AWS Connectors and SAM Policy Templates.

Alan Blockley

Permission seekers and control freaks, this one is for you!

In the complex world of AWS Serverless Application Model (SAM), understanding permissions is the key to unlocking secure serverless magic. Picture this: An IAM policy, an AWS Connector and a function policy template walk into a bar… Okay, this is not the start of a bad joke, but your application will be if you don’t manage your permissions appropriately.

In this weeks post, we’ll explore the different permission mechanisms with some code examples for the visual learners amongst us. Prepare to navigate the realm of AWS SAM permissions.

Image

Demystifying the Basic Anatomy of an AWS SAM Template

The anatomy of a SAM Template explained

Alan Blockley

In my previous post, we looked at the basic concept of AWS SAM and the high-level problem it solves. If that wasn’t enough for you, keep reading!

AWS Serverless Application Model (SAM) templates are the building blocks of serverless applications on Amazon Web Services (AWS). Understanding the basic anatomy of an AWS SAM template is essential for harnessing the full power of serverless development. In this blog post, we’ll delve into the fundamental elements that make up an AWS SAM template, unlocking the secrets to crafting scalable and efficient serverless applications.

Image

AWS SAM Demystified

AWS Serverless Application Model explained

Alan Blockley

Are you intrigued by the concept of serverless computing and the wonders it can bring to your applications? Well, get ready for a mind-blowing adventure into the world of AWS Serverless Application Model (SAM)! In this article, we’ll take you on a journey to demystify AWS SAM and explore its key features.

Buckle up and prepare to unleash the magic of serverless development!

Image