You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+29-18Lines changed: 29 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
## Overview
8
8
9
-
This repository contains the infrastructure for the Serverless Workshop.
9
+
This repository contains the infrastructure for the Serverless Workshop, which aims to provide a hands-on experience with serverless architecture using AWS services. The project utilizes AWS CDK (Cloud Development Kit) to define cloud infrastructure as code.
10
10
11
11
## Prerequisites
12
12
@@ -20,38 +20,49 @@ Ensure that your development environment is set up with the following tools:
20
20
21
21
In addition to these, your system must be properly configured with AWS credentials, possessing necessary permissions to deploy the service. For a seamless AWS credential management experience, we recommend using [aws-vault](https://github.com/99designs/aws-vault).
To deploy AWS CDK apps into an AWS [environment](https://docs.aws.amazon.com/cdk/v2/guide/bootstrapping.html), you will need to provision the necessary resources.
52
+
To deploy AWS CDK apps into an AWS [environment](https://docs.aws.amazon.com/cdk/v2/guide/bootstrapping.html), you will need to provision the necessary resources. Run the following command:
Please note that the deployment process is automatically triggered via a Github action when `serverless-workshop` is pushed.
60
+
Please note that the deployment process is automatically triggered via a GitHub action when changes are pushed to the `serverless-workshop` repository.
61
+
62
+
## Contributing
63
+
64
+
We welcome contributions to this project! Please fork the repository and submit a pull request for any changes or improvements.
65
+
66
+
## License
67
+
68
+
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
0 commit comments