Skip to content

Commit 510b321

Browse files
committed
updated reead me
1 parent 26633bc commit 510b321

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

README.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ This is a basic boilerplate to kitstart your Serverless GraphQL projects with AW
88

99
It is powered by [`Apollo-Server-Lambda`](https://github.com/apollographql/apollo-server/tree/master/packages/apollo-server-lambda) and uses the [Serverless Framework](https://serverless.com/) to deploy it to AWS.
1010

11-
This is hugely inspired by the starter that [Anomaly Innovations](https://github.com/AnomalyInnovations/serverless-nodejs-starter ) created. The project was cloned from it.
11+
This is hugely inspired by the starter that [Anomaly Innovations](https://github.com/AnomalyInnovations/serverless-nodejs-starter) created. The project was cloned from it.
1212

13-
## Prerequistes
13+
## Prerequistes
1414

15-
* [An AWS Account](https://aws.amazon.com/)
16-
* [A configured AWS CLI](https://serverless.com/framework/docs/providers/aws/guide/credentials/)
17-
* [Serverless Framework installed on your machine](https://serverless.com/framework/docs/providers/aws/guide/installation/)
18-
* [NodeJS](nodejs.org)
15+
- [An AWS Account](https://aws.amazon.com/)
16+
- [A configured AWS CLI](https://serverless.com/framework/docs/providers/aws/guide/credentials/)
17+
- [Serverless Framework installed on your machine](https://serverless.com/framework/docs/providers/aws/guide/installation/)
18+
- [NodeJS](nodejs.org)
1919

20-
Note this project uses [Yarn](https://yarnpkg.com).
20+
Note this project uses [Yarn](https://yarnpkg.com).
2121

2222
## How to get started
2323

@@ -51,15 +51,16 @@ To deploy to AWS run the following command:
5151
$ yarn deploy
5252
```
5353

54-
This should be a good start to be able to move on and do whatever you gotta do meet business requirements.
55-
54+
This should be a good start to be able to move on and do whatever you gotta do meet business requirements.
5655

5756
### How To Link Other AWS Services
5857

59-
#### DynamoDB
60-
#### Cognito
61-
58+
There are also Cloudformation templates for DynamoDB,S3,Cognito and SQS.
6259

6360
## Contributing
6461

6562
Contributions are most welcome!!
63+
64+
## License
65+
66+
MIT

0 commit comments

Comments
 (0)