From 2168f407ae381eeafbc14ccb459b13dbb2711a74 Mon Sep 17 00:00:00 2001 From: Kristi Perreault <54504512+kristiperreault@users.noreply.github.com> Date: Wed, 15 Mar 2023 15:52:40 -0400 Subject: [PATCH] Update day72.md --- 2023/day72.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/2023/day72.md b/2023/day72.md index b0a15b8..b807971 100644 --- a/2023/day72.md +++ b/2023/day72.md @@ -1,3 +1,5 @@ +# Serverless Storage + [Lambda functions](https://aws.amazon.com/lambda/) and [Fargate](https://aws.amazon.com/fargate/) serve a great purpose and might accomplish what you need for a very small, [hello world-type project](https://aws.amazon.com/getting-started/hands-on/run-serverless-code/), but chances are you want to do a bit more with your serverless applications. Maybe you have a subscription-based product and you have user profiles with data. Or maybe your application is an e-commerce site and you need to store sensitive information, like credit card details. Or maybe you're just trying to save some images or files. Whatever the reason, you clearly need a storage solution, and this is where our serverless storage options come in. ![Storage Solutions for every need! Image via Unsplash.](images/day72-1.jpg)