This repository has been archived by the owner on Jun 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
19 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
# realworld-serverless-application-backend | ||
realworld-serverless-application-backend is a backend service built using Amazon API Gateway, AWS Lambda, Amazon DynamoDB and Amazon Cognito. This component is part of the overall project and is meant to be deployed with the [static-website component](./static-website). Follow steps [here](https://github.com/awslabs/realworld-serverless-application/wiki/backend-module) to deploy this component to your AWS account | ||
|
||
![Back-end architecture](https://github.com/awslabs/realworld-serverless-application/raw/master/backend/images/back_end_diagram.png) | ||
realworld-serverless-application-backend is the backend component of a larger project providing a REST API for the application. It can be deployed together with the other system components to produce an example serverless application demonstrating real world patterns and best practices for serverless applications. | ||
|
||
To get started with the full project, follow the [Quick Start](https://github.com/awslabs/realworld-serverless-application/wiki/Quick-Start) guide. | ||
|
||
|
||
## License | ||
|
||
This project is licensed under the Apache-2.0 License. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,9 @@ | ||
# realworld-serverless-application-ops | ||
realworld-serverless-application-ops is an operational module that includes Amazon CloudWatch alarms and dashboard for the service. This module is part of the project (TODO link) | ||
|
||
To get started with the project, see [Quick Start](https://github.com/awslabs/realworld-serverless-application/wiki/Quick-Start) | ||
realworld-serverless-application-ops is the operations (DevOps) component of a larger project providing alarms and dashboards for the application. It can be deployed together with the other system components to produce an example serverless application demonstrating real world patterns and best practices for serverless applications. | ||
|
||
Here are some project level references: | ||
1. [Overview]()(TODO: blog post link) | ||
1. [Best Practices](https://github.com/awslabs/realworld-serverless-application/wiki/Best-Practices) | ||
1. [Walkthrough: Serverless Frontend and Backend](https://github.com/awslabs/realworld-serverless-application/wiki/Serverless-Frontend-and-Backend) | ||
To get started with the full project, follow the [Quick Start](https://github.com/awslabs/realworld-serverless-application/wiki/Quick-Start) guide. | ||
|
||
There is also a [deep dive](https://github.com/awslabs/realworld-serverless-application/wiki/realworld-serverless-application-ops-module) on realworld-serverless-application-ops module. | ||
## License | ||
|
||
## License Summary | ||
|
||
This sample code is made available under the Apache 2.0 license. See the LICENSE file. | ||
|
||
This project is licensed under the Apache-2.0 License. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
# aws-sar-static-website | ||
# realworld-serverless-application-website | ||
|
||
realworld-serverless-application-website is the website component of a larger project providing a web UI for the application. It can be deployed together with the other system components to produce an example serverless application demonstrating real world patterns and best practices for serverless applications. | ||
|
||
To get started with the full project, follow the [Quick Start](https://github.com/awslabs/realworld-serverless-application/wiki/Quick-Start) guide. | ||
|
||
## License | ||
|
||
This project is licensed under the Apache-2.0 License. |