Skip to content

Commit cb7d728

Browse files
committed
add simple webservice images
1 parent 7e842ad commit cb7d728

File tree

12 files changed

+4
-45
lines changed

12 files changed

+4
-45
lines changed

the-simple-webservice/csharp/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Most of this code was borrowed from https://www.cdkworkshop.com
66

77
This is the most basic of implementations and would have to be hardened before production use. e.g. cognito added to the API Gateway
88

9-
![Architecture](https://raw.githubusercontent.com/cdk-patterns/serverless/master/the-simple-webservice/img/architecture.png)
9+
![Architecture](img/architecture.png)
1010

1111
After deployment you should have a proxy api gateway where any url hits a lambda which inserts a record of the url into a dynamodb with a count of how many times that url has been visited.
1212

612 KB
Loading
Loading

the-simple-webservice/java/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This is an example CDK stack to deploy The Simple Webservice stack described by
44

55
This is the most basic of implementations and would have to be hardened before production use. e.g. cognito added to the API Gateway
66

7-
![Architecture](https://raw.githubusercontent.com/cdk-patterns/serverless/master/the-simple-webservice/img/architecture.png)
7+
![Architecture](img/architecture.png)
88

99
After deployment you should have a proxy api gateway where any url hits a lambda which inserts a record of the url into a dynamodb with a count of how many times that url has been visited.
1010

the-simple-webservice/python/.idea/.gitignore

-2
This file was deleted.

the-simple-webservice/python/.idea/inspectionProfiles/profiles_settings.xml

-6
This file was deleted.

the-simple-webservice/python/.idea/misc.xml

-4
This file was deleted.

the-simple-webservice/python/.idea/modules.xml

-8
This file was deleted.

the-simple-webservice/python/.idea/python.iml

-14
This file was deleted.

the-simple-webservice/python/.idea/vcs.xml

-7
This file was deleted.

the-simple-webservice/python/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Most of this code was borrowed from https://www.cdkworkshop.com
66

77
This is the most basic of implementations and would have to be hardened before production use. e.g. cognito added to the API Gateway
88

9-
![Architecture](https://raw.githubusercontent.com/cdk-patterns/serverless/master/the-simple-webservice/img/architecture.png)
9+
![Architecture](img/architecture.png)
1010

1111
After deployment you should have a proxy api gateway where any url hits a lambda which inserts a record of the url into a dynamodb with a count of how many times that url has been visited.
1212

the-simple-webservice/typescript/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Most of this code was borrowed from https://www.cdkworkshop.com
66

77
This is the most basic of implementations and would have to be hardened before production use. e.g. cognito added to the API Gateway
88

9-
![Architecture](https://raw.githubusercontent.com/cdk-patterns/serverless/master/the-simple-webservice/img/architecture.png)
9+
![Architecture](img/architecture.png)
1010

1111
After deployment you should have a proxy api gateway where any url hits a lambda which inserts a record of the url into a dynamodb with a count of how many times that url has been visited.
1212

0 commit comments

Comments
 (0)