# serverless-patterns **Repository Path**: hdsmigang/serverless-patterns ## Basic Information - **Project Name**: serverless-patterns - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT-0 - **Default Branch**: 2254 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-24 - **Last Updated**: 2024-06-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AWS serverless patterns This repo contains serverless patterns showing how to integrate services using infrastructure-as-code (IaC). You can use these patterns to help develop your own projects quickly. - Learn more about these patterns at https://serverlessland.com/patterns. - To learn more about submitting a pattern, read the [publishing guidelines page](https://github.com/aws-samples/serverless-patterns/blob/main/PUBLISHING.md). Important: this application uses various AWS services and there are costs associated with these services after the Free Tier usage - please see the [AWS Pricing page](https://aws.amazon.com/pricing/) for details. You are responsible for any AWS costs incurred. No warranty is implied in this example. ## Requirements * AWS CLI already configured with Administrator permission ## Deployment Instructions 1. [Create an AWS account](https://portal.aws.amazon.com/gp/aws/developer/registration/index.html) if you do not already have one and login. 1. [Install Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) and [install the AWS Serverless Application Model CLI](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-cli-install.html) on your local machine. 1. Create a new directory and navigate to that directory in a terminal. 1. Clone this repo ``` git clone https://github.com/aws-samples/serverless-patterns ``` Each subdirectory contains additional installation and usage instructions. ## Ownership This project is owned, managed, and maintained by the **AWS Serverless Developer Advocacy team**, consisting of James Beswick, Dave Boyne, Eric Johnson, Ben Smith, Marcia Villalba, and Julian Wood. To contact us, raise an issue on this repo. ---- Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. SPDX-License-Identifier: MIT-0