Skip to content

Archive44 articles

All articles

Every article published on AWS Fullstack, newest first: architecture, serverless, data, security and the platform work in between.

AI & ML

Prompt Injection in AI-Powered Applications

Prompt Injection in AI-Powered Applications How to Test Against Prompt Injection in AI-Powered Applications? Introduction Every AI system operates on instructions. But what happens when someone slips …

Navindu · · 8 min read
Frontend

Getting Started with Handlebars

Getting Started with Handlebars A Simple Way to Build Reusable HTML Templates When you need to generate HTML dynamically, things can get messy fast. Maybe you are building emails. Maybe you are …

Pathum Jayaweera · · 5 min read
Frontend

What is AWS Amplify?

What is AWS Amplify? Building a React app is the easy part. Then the “real app” requirements show up: Users need to sign up and log in You need an API You need a database You need file …

Rashindu Sithara · · 5 min read
Data

GSI vs LSI in DynamoDB

GSI vs LSI in DynamoDB Difference between GSI and LSI in DynamoDB When you start learning DynamoDB, one thing becomes clear very quickly: how you design your keys decides how well your table works …

Yugeesha Gomes · · 5 min read
Data

AWS EBS vs EFS vs S3

AWS EBS vs EFS vs S3 How to Choose the Best AWS Storage Option for Your Project Amazon web services are widely used around the world for storage options. However, choosing a storage option is not …

Chameera Dulanga · · 3 min read
Serverless

How Does AWS SQS Work

How Does AWS SQS Work How AWS SQS Makes Asynchronous Request Handling Easy Amazon Simple Queue Service (SQS) is a fully managed message queueing service that allows you to decouple your applications …

Chameera Dulanga · · 5 min read