From 74b0fa56f02549d96716d8698922f67ff368f2ff Mon Sep 17 00:00:00 2001 From: Scale to Zero AWS kit Date: Tue, 20 Feb 2024 11:00:40 +0100 Subject: [PATCH] add a new resource: scaletozeroaws.com (#377) * add a new resource: scaletozeroaws.com * Removed a category (max 3) --------- Co-authored-by: Marcel Cruz <12413903+marcelscruz@users.noreply.github.com> --- resources/a.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/resources/a.ts b/resources/a.ts index 34ea6e1e..e34b4de0 100644 --- a/resources/a.ts +++ b/resources/a.ts @@ -229,6 +229,13 @@ export const resources: Resource[] = [ 'Amazon Web Services offers reliable, scalable, and inexpensive cloud computing services. Free to join, pay only for what you use.', url: 'https://aws.amazon.com/', }, + { + name: 'AWS Serverless kit (best practices)', + categories: ['Serverless', 'Productivity', 'Cloud Computing'], + description: + 'AWS has never been easier with the Scale to Zero Kit. The kit comes with everything you need. Deploy fast, scale, and pay only for what you use', + url: 'https://scaletozeroaws.com/', + }, { name: 'Awesome a11y', categories: ['Accessibility'],