An easy way to manage Serverless project resources by using AWS Resource Groups
Too Long; Didn't Read
AWS Resource Groups recently announced its support for more resource types. Using Resource Groups, you might find it very useful to act on all corresponding resources as group rather than move around from one service to another. In this article, I will be building a serverless restful API project using Serverless Framework and create a resource group that contains a collection of related AWS services for our project. The following must be done before following this guide: setup an AWS account, install or update the Serverless framework to latest version: