Skip to content

Commit 77b29e6

Browse files
authored
README file updated
1 parent 6867849 commit 77b29e6

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

README.md

+5-9
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
# simple-aws-sqs-lambda-microservices
2-
Simple [GraphQL](https://graphql.org/) APIs implementation using [Node JS](https://nodejs.org/en/docs/) and [AWS Lambda](https://aws.amazon.com/lambda/) with [Apollo Server](https://www.apollographql.com/docs/apollo-server/) and [MongoDB Atlas](https://www.mongodb.com/docs/atlas/).
3-
4-
This example illustrates how to deploy [GraphQL](https://graphql.org/) APIs using [NodeJS](https://nodejs.org/en/docs/) functions running on [AWS Lambda](https://aws.amazon.com/lambda/) using the traditional [Serverless](https://www.serverless.com/framework/docs/providers/aws/guide/intro) Framework. The deployed functions work with [MongoDB Atlas](https://www.mongodb.com/docs/atlas/).
5-
6-
To work with [GraphQL](https://graphql.org/) features, i.e. **Type Definitions, Mutations, Queries, Resolvers** [Apollo Server](https://www.apollographql.com/docs/apollo-server/) is used.
2+
Simple [GraphQL](https://graphql.org/) APIs implementation using [Node JS](https://nodejs.org/en/docs/) and [AWS Lambda](https://aws.amazon.com/lambda/).
73

4+
This example illustrates how to deploy [GraphQL](https://graphql.org/) APIs using [NodeJS](https://nodejs.org/en/docs/) functions running on [AWS Lambda](https://aws.amazon.com/lambda/) using the traditional [Serverless](https://www.serverless.com/framework/docs/providers/aws/guide/intro) Framework.
85
This Example works with [AWS HTTP API](https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop.html) events.
96

107
<!---
@@ -14,8 +11,7 @@ For *session tracking* [JSON Web Token (JWT)](https://jwt.io/) is used.
1411

1512
All *logs* for the function is kept in [AWS Cloudwatch](https://aws.amazon.com/cloudwatch/) i.e *persistent*.
1613

17-
To use the code in this example you **must** have an valid [AWS account](https://aws.amazon.com/account/) and necessary [AWS IAM](https://aws.amazon.com/iam/) roles and programmatic access to an user. You **must** have a [MongoDB Atlas](https://www.mongodb.com/docs/atlas/) account as well as an [AWS EC2](https://aws.amazon.com/ec2/) instance should be installed with [Redis](https://redis.io/).
18-
14+
To use the code in this example you **must** have an valid [AWS account](https://aws.amazon.com/account/) and necessary [AWS IAM](https://aws.amazon.com/iam/) roles and programmatic access to an user.
1915

2016

2117
## Features
@@ -58,12 +54,12 @@ To use the code in this example you **must** have an valid [AWS account](https:/
5854
First clone the repo
5955

6056
```bash
61-
$ git clone [email protected]:anijitsahu/simple-apollo-server-graphql-lambda.git
57+
$ git clone [email protected]:anijitsahu/simple-aws-sqs-lambda-microservices.git
6258
```
6359
Install all the necessary dependencies by going inside the directory
6460

6561
```bash
66-
$ cd simple-apollo-server-graphql-lambda
62+
$ cd simple-aws-sqs-lambda-microservices
6763
$ npm install
6864
```
6965

0 commit comments

Comments
 (0)