Skip to content

Commit

Permalink
Merge pull request #336 from dastra/store-author-images-locally
Browse files Browse the repository at this point in the history
Store author images locally
  • Loading branch information
brnkrygs authored Jun 7, 2024
2 parents 6aecbfe + 07c7f07 commit 9e616cf
Show file tree
Hide file tree
Showing 79 changed files with 64 additions and 66 deletions.
17 changes: 5 additions & 12 deletions .github/metadata/metadata_json_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -216,21 +216,14 @@
"image": {
"$id": "#/properties/authors/properties/image",
"type": "string",
"title": "URL to a hosted image of the author",
"title": "Relative path from pattern root to an image of the author",
"examples": [
"https://www.linkedin.com/in/exampleperson/mypicture.png"
"/img/authors/mypicture.png",
"/../img/authors/mypicture.png"
],
"maxLength": 4096,
"maxLength": 2048,
"minLength": 3,
"anyOf": [
{
"format": "uri",
"pattern": "^https?://"
},
{
"pattern": "^/[a-z0-9]([a-z0-9-\\.]*[a-z0-9])?(.*)$"
}
]
"pattern": "^/[\\.a-z0-9]([a-z0-9-\\.]*[a-z0-9])?(.*)$"
},
"bio": {
"$id": "#/properties/authors/properties/bio",
Expand Down
2 changes: 1 addition & 1 deletion dotnet-test-samples/apigw-lambda-ddb/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"authors": [
{
"name": "James Eastham",
"image": "https://media.licdn.com/dms/image/C4D03AQHDx6vm65vyeA/profile-displayphoto-shrink_800_800/0/1637340702988?e=1684972800&v=beta&t=ohSQHb3h2VmM4iq8EWlLVi1wfrR7AUgke8wfSqP8RPI",
"image": "/../img/authors/james-eastham.png",
"bio": "Senior Cloud Architect at AWS",
"linkedin": "james-eastham",
"twitter": "plantpowerjames"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"authors": [
{
"name": "James Eastham",
"image": "https://media.licdn.com/dms/image/C4D03AQHDx6vm65vyeA/profile-displayphoto-shrink_800_800/0/1637340702988?e=1684972800&v=beta&t=ohSQHb3h2VmM4iq8EWlLVi1wfrR7AUgke8wfSqP8RPI",
"image": "/../img/authors/james-eastham.png",
"bio": "Senior Cloud Architect at AWS",
"linkedin": "james-eastham",
"twitter": "plantpowerjames"
Expand Down
2 changes: 1 addition & 1 deletion dotnet-test-samples/async-lambda-dynamodb/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"authors": [
{
"name": "James Eastham",
"image": "/assets/images/resources/contributors/ext-james-eastham.jpg",
"image": "/../img/authors/james-eastham.png",
"bio": "Senior Cloud Architect at AWS",
"linkedin": "james-eastham",
"twitter": "plantpowerjames"
Expand Down
3 changes: 2 additions & 1 deletion dotnet-test-samples/async-lambda-sqs/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"authors": [
{
"name": "Dror Helper",
"bio": "Senior Microsoft Specialist Solution Architect at AWS",
"image": "/../img/authors/dror-helper.jpeg",
"bio": "Senior Specialist Solution Architect at AWS",
"linkedin": "drorhelper",
"twitter": "dhelper"
}
Expand Down
6 changes: 3 additions & 3 deletions dotnet-test-samples/hexagonal-architecture/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
],
"authors": [
{
"name": "Dror Helper",
"image": "https://media.licdn.com/dms/image/C4D03AQGbBwfXtx0Zmg/profile-displayphoto-shrink_800_800/0/1638988505074?e=1712188800&v=beta&t=gzxBAr2Q9PGgXvI9t9TQzIdi_apxEq3VEvO12ClTMy8",
"bio": "Senior Microsoft Specialist Solution Architect at AWS",
"name": "Dror Helper",
"image": "/../img/authors/dror-helper.jpeg",
"bio": "Senior Specialist Solution Architect at AWS",
"linkedin": "drorhelper",
"twitter": "dhelper"
}
Expand Down
Binary file added dotnet-test-samples/img/authors/dror-helper.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dotnet-test-samples/img/authors/james-eastham.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion dotnet-test-samples/kinesis-lambda-dynamodb/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"authors": [
{
"name": "Leslie Daniel Raj",
"image": "https://media.licdn.com/dms/image/D4E03AQExIU1IcSs9lg/profile-displayphoto-shrink_400_400/0/1663268087652?e=1686182400&v=beta&t=xzsZ2Jxcw9rzafTAfB4wqu6noJlJI9bX3hfe3cvjpNA",
"image": "/../img/authors/leslie-daniel-raj.jpeg",
"bio": "Cloud Application Architect at AWS",
"linkedin": "leslie-daniel-raj-21b55449",
"twitter": "lesliedanielraj"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"authors": [
{
"name": "James Eastham",
"image": "/assets/images/resources/contributors/james-eastham.jpg",
"image": "/../img/authors/james-eastham.png",
"bio": "Senior Cloud Architect at AWS",
"linkedin": "james-eastham",
"twitter": "plantpowerjames"
Expand Down
2 changes: 1 addition & 1 deletion dotnet-test-samples/sqs-lambda/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"authors": [
{
"name": "Leslie Daniel Raj",
"image": "https://media.licdn.com/dms/image/D4E03AQExIU1IcSs9lg/profile-displayphoto-shrink_400_400/0/1663268087652?e=1686182400&v=beta&t=xzsZ2Jxcw9rzafTAfB4wqu6noJlJI9bX3hfe3cvjpNA",
"image": "/../img/authors/leslie-daniel-raj.jpeg",
"bio": "Cloud Application Architect at AWS",
"linkedin": "leslie-daniel-raj-21b55449",
"twitter": "lesliedanielraj"
Expand Down
2 changes: 1 addition & 1 deletion dotnet-test-samples/test-containers/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"authors": [
{
"name": "James Eastham",
"image": "/assets/images/resources/contributors/james-eastham.jpg",
"image": "/../img/authors/james-eastham.png",
"bio": "Senior Cloud Architect at AWS",
"linkedin": "james-eastham",
"twitter": "plantpowerjames"
Expand Down
6 changes: 3 additions & 3 deletions java-test-samples/apigw-lambda-ddb/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,20 @@
"authors": [
{
"name": "Dhiraj Mahapatro",
"image": "https://media.licdn.com/dms/image/C5603AQEhBOOL_3ZtNQ/profile-displayphoto-shrink_400_400/0/1517684416967?e=1684368000&v=beta&t=9YKYj2QypL7Pm_LiVlWtTo_RBejVZt9U0aQSt1GIRys",
"image": "/../img/authors/dhiraj-mahapatro.jpg",
"bio": "Principal Specialist Solutions Architect at AWS",
"linkedin": "dmahapatro",
"twitter": "dhirajmahapatro"
},
{
"name": "Rahul Popat",
"image": "https://media.licdn.com/dms/image/C4E03AQFM5sRp_8nsnQ/profile-displayphoto-shrink_400_400/0/1594949331033?e=1684368000&v=beta&t=7plmbrKM3n92zwVx5YZ8kh0DOJY1NO-NZFkyPoHjq-k",
"image": "/../img/authors/rahul-popat.jpeg",
"bio": "Senior Specialist Solutions Architect at AWS",
"linkedin": "rahulpopat"
},
{
"name": "Aneel Murari",
"image": "https://media.licdn.com/dms/image/C4E03AQEKB5q7oE1Vug/profile-displayphoto-shrink_400_400/0/1517729240352?e=1684368000&v=beta&t=gqSVXveSHrXQK9ZHNIKB1ihV8gjqjOZ2gMTeW3_86mQ",
"image": "/../img/authors/aneel-murari.jpeg",
"bio": "Senior Specialist Solutions Architect at AWS",
"linkedin": "aneelmurari"
}
Expand Down
8 changes: 4 additions & 4 deletions java-test-samples/apigw-lambda-list-s3-buckets/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,26 +34,26 @@
"authors": [
{
"name": "Dhiraj Mahapatro",
"image": "/assets/images/resources/contributors/dhiraj-mahapatro.jpg",
"image": "/../img/authors/dhiraj-mahapatro.jpg",
"bio": "Principal Specialist Solutions Architect at AWS",
"linkedin": "dmahapatro",
"twitter": "dhirajmahapatro"
},
{
"name": "Rahul Popat",
"image": "/assets/images/resources/rahul-popat.jpeg",
"image": "/../img/authors/rahul-popat.jpeg",
"bio": "Senior Specialist Solutions Architect at AWS",
"linkedin": "rahulpopat"
},
{
"name": "Aneel Murari",
"imageURL": "/assets/images/resources/contributors/aneel.jpeg",
"imageURL": "/../img/authors/aneel.jpeg",
"bio": "Senior Specialist Solutions Architect at AWS",
"linkedin": "aneelmurari"
},
{
"name": "Matt Ridehalgh",
"image": "/assets/external/testing-patterns/java-test-samples/apigw-lambda-list-s3-buckets/Matt Ridehalgh.png",
"image": "/../img/authors/matt-ridehalgh.png",
"bio": "Solutions Architect at AWS",
"linkedin": "matthew-ridehalgh",
"twitter": "mrideh"
Expand Down
2 changes: 1 addition & 1 deletion java-test-samples/async-lambda-dynamodb/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"authors": [
{
"name": "Gustavo Martim",
"image": "https://media.licdn.com/dms/image/C4E03AQEFvOn4UHIsMg/profile-displayphoto-shrink_800_800/0/1618931714496?e=1718841600&v=beta&t=rOxngzc-ho6V0yYDvEZGkzx9vJSJojWpeaF0iUqAu7A",
"image": "/../img/authors/gustavo-martim.png",
"bio": "Cloud Application Architect at AWS",
"linkedin": "gumar"
}
Expand Down
2 changes: 1 addition & 1 deletion java-test-samples/fargate-dynamodb-sync/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Synchronous sample SpringBoot application written in Java which performs customer CRUD operations. AWS serverless services like Amazon API Gateway, ALB, ECR, Fargate, DynamoDB & SQS being used to host and test the application flow.
Java application is containerized & docker image pushed to ECR. Application is deployed into Fargate & endpoints are available through Application load balancer. API endpoints are set in API Gateway. CRUD operations are invoked via API Gateway which invokes API endpoints of application. Customer details sent to API requests are stored into DynamoDB tables as well as accessed as per the CRUD operations. Finally, post Deployment event placed into SQS.

![customer_crud_app.png](doc%2Fcustomer_crud_app.png)
![customer_crud_app.png](doc/customer_crud_app.png)

### Application
Java17 maven application with Springboot 3.2.3 and AWS Java SDK 2.17.56 dependencies.
Expand Down
8 changes: 4 additions & 4 deletions java-test-samples/fargate-dynamodb-sync/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,25 +19,25 @@
},
{
"title": "Load Tests",
"filepath": "/load-tests/README.md"
"filepath": "/load-tests/Loadtest.yaml"
}
],
"authors": [
{
"name": "Harsha Vardhan Allena",
"image": "https://github.com/aws-samples/serverless-test-samples/blob/main/java-test-samples/fargate-dynamodb-sync/doc/authors/Harsha_Vardhan_Allena.png",
"image": "/../img/authors/Harsha_Vardhan_Allena.jpg",
"bio": "Senior Consultant at Deloitte",
"github": "https://github.com/harsha050393"
},
{
"name": "Aruna Shanubhogue",
"image": "https://github.com/aws-samples/serverless-test-samples/blob/main/java-test-samples/fargate-dynamodb-sync/doc/authors/Aruna_Shanubhogue.png",
"image": "/../img/authors/Aruna_Shanubhogue.jpg",
"bio": "Consultant at Deloitte",
"github": "https://github.com/arunasha9"
},
{
"name": "Indrajit Bose",
"image": "https://github.com/aws-samples/serverless-test-samples/blob/main/java-test-samples/fargate-dynamodb-sync/doc/authors/Indrajit_Bose.jpg",
"image": "/../img/authors/Indrajit_Bose.jpg",
"bio": "Consultant at Deloitte",
"github": "https://github.com/indrajiit/ibosePerf"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Java-21
_________________________________________________________________________________________________________
## Integration Testing - Serverless Asynchronous

![Serverless async Test Architecture.png](doc%2FServerless%20async%20Test%20Architecture.png)
![Serverless-async-Test-Architecture.png](doc/Serverless-async-Test-Architecture.png)

### Deploying Lambda:
1.Lambda
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Description
Integration Testing - Serverless Asynchronous

![Serverless async Test Architecture.png](Serverless%20async%20Test%20Architecture.png)
![Serverless-async-Test-Architecture.png](../doc/Serverless-async-Test-Architecture.png)

### Deploying Lambda:
1.Lambda
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@
"authors": [
{
"name": "Ravindra Palisetti",
"image": "https://github.com/aws-samples/serverless-test-samples/blob/main/java-test-samples/fargate-lambda-stepfunction-async/doc/authors/Ravindra.png",
"image": "/../img/authors/Ravindra_Palisetti.jpg",
"bio": "Technical Manager at Deloitte"
},
{
"name": "Venkatesh Peddada",
"image": "https://github.com/aws-samples/serverless-test-samples/blob/main/java-test-samples/fargate-lambda-stepfunction-async/doc/authors/Venkatesh.png",
"image": "/../img/authors/Venkatesh_Peddada.jpg",
"bio": "Technical Manager at Deloitte"
},
{
"name": "Evani Kranthi",
"image": "https://github.com/aws-samples/serverless-test-samples/blob/main/java-test-samples/fargate-lambda-stepfunction-async/doc/authors/Kranthi.png",
"image": "/../img/authors/Evani_Kranthi.jpg",
"bio": "Specialist Senior at Deloitte"
}
]
Expand Down
Binary file added java-test-samples/img/authors/aneel-murari.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added java-test-samples/img/authors/gustavo-martim.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added java-test-samples/img/authors/khairul-habib.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added java-test-samples/img/authors/matt-ridehalgh.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added java-test-samples/img/authors/rahul-popat.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion java-test-samples/java-appsync-sam/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"authors": [
{
"name": "Khairul Habib",
"image": "https://media.licdn.com/dms/image/D4E03AQHqFAANIi27vQ/profile-displayphoto-shrink_800_800/0/1684490526016?e=1689811200&v=beta&t=30wDnGvZET0z7XI-quDfH7G3m4aGrrDbmo74lvha1y0",
"image": "/../img/authors/khairul-habib.jpeg",
"bio": "Senior Solutions Architect at AWS",
"linkedin": "khairulhabib"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
{
"name": "Khairul Habib",
"bio": "Senior Solutions Architect at AWS",
"image": "/../img/authors/khairul-habib.jpeg",
"linkedin": "khairulhabib"
}
],
Expand Down
2 changes: 1 addition & 1 deletion java-test-samples/step-functions-local/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"authors": [
{
"name": "Dhiraj Mahapatro",
"image": "/assets/images/resources/contributors/dhiraj-mahapatro.jpg",
"image": "/../img/authors/dhiraj-mahapatro.jpg",
"bio": "Principal Specialist Solutions Architect at AWS",
"linkedin": "dmahapatro",
"twitter": "dhirajmahapatro"
Expand Down
4 changes: 2 additions & 2 deletions python-test-samples/apigw-lambda-dynamodb/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
"authors": [
{
"name": "Dan Fox",
"image": "https://media.licdn.com/dms/image/C4D03AQEeuHEjdXHy-A/profile-displayphoto-shrink_800_800/0/1516244567344?e=1683763200&v=beta&t=EolMYTa0v-c4Mo2wTMKrL2R5oE9-amE2EmtEMgldwLE",
"image": "/../img/authors/dan-fox.jpeg",
"bio": "Principal Solutions Architect at AWS",
"linkedin": "danfoxprofile",
"twitter": "danfox"
},
{
"name": "Tom Romano",
"image": "https://media.licdn.com/dms/image/C4E03AQFWNGT9Tkov8g/profile-displayphoto-shrink_800_800/0/1614031821710?e=1684368000&v=beta&t=-b90PMeTFMcE3tkk_X9MXcS2ZkctE3A7iRvRTnOtCwQ",
"image": "/../img/authors/tom-romano.jpeg",
"bio": "Solutions Architect at AWS",
"linkedin": "wtromano"
}
Expand Down
2 changes: 1 addition & 1 deletion python-test-samples/apigw-lambda-layer/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"authors": [
{
"name": "Tom Romano",
"image": "https://media.licdn.com/dms/image/C4E03AQFWNGT9Tkov8g/profile-displayphoto-shrink_800_800/0/1614031821710?e=1684368000&v=beta&t=-b90PMeTFMcE3tkk_X9MXcS2ZkctE3A7iRvRTnOtCwQ",
"image": "/../img/authors/tom-romano.jpeg",
"bio": "Solutions Architect at AWS",
"linkedin": "wtromano"
}
Expand Down
2 changes: 1 addition & 1 deletion python-test-samples/apigw-lambda/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"authors": [
{
"name": "Dan Fox",
"image": "https://media.licdn.com/dms/image/C4D03AQEeuHEjdXHy-A/profile-displayphoto-shrink_800_800/0/1516244567344?e=1683763200&v=beta&t=EolMYTa0v-c4Mo2wTMKrL2R5oE9-amE2EmtEMgldwLE",
"image": "/../img/authors/dan-fox.jpeg",
"bio": "Principal Solutions Architect at AWS",
"linkedin": "danfoxprofile",
"twitter": "danfox"
Expand Down
2 changes: 2 additions & 0 deletions python-test-samples/apigw-sqs-lambda-sqs/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@
"authors": [
{
"name": "Yossi Chai",
"image": "/../img/authors/yossi-chai.jpeg",
"bio": "Senior Solutions Architect at AWS",
"linkedin": "yossi-chai"
},
{
"name": "Guy Almog",
"image": "/../img/authors/guy-almog.jpeg",
"bio": "Senior Solutions Architect at AWS",
"linkedin": "guy-almog"
}
Expand Down
2 changes: 1 addition & 1 deletion python-test-samples/async-lambda-dynamodb/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"authors": [
{
"name": "Dan Fox",
"image": "https://media.licdn.com/dms/image/C4D03AQEeuHEjdXHy-A/profile-displayphoto-shrink_800_800/0/1516244567344?e=1683763200&v=beta&t=EolMYTa0v-c4Mo2wTMKrL2R5oE9-amE2EmtEMgldwLE",
"image": "/../img/authors/dan-fox.jpeg",
"bio": "Principal Solutions Architect at AWS",
"linkedin": "danfoxprofile",
"twitter": "danfox"
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added python-test-samples/img/authors/dan-fox.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added python-test-samples/img/authors/dan-straw.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added python-test-samples/img/authors/guy-almog.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added python-test-samples/img/authors/tom-romano.jpeg
Binary file added python-test-samples/img/authors/yossi-chai.jpeg
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
"authors": [
{
"name": "Dan Fox",
"image": "/assets/external/testing/guidance/assets/authors/danfox.jpeg",
"image": "/../img/authors/dan-fox.jpeg",
"bio": "Principal Solutions Architect at AWS",
"linkedin": "danfoxprofile",
"twitter": "danfox"
},
{
"name": "Brian Krygsman",
"image": "/assets/external/testing-patterns/python-test-samples/integrated-application-test-kit/Brian Krygsman.png",
"image": "/../img/authors/brian-krygsman.png",
"bio": "Senior Solutions Architect at AWS",
"linkedin": "brian-krygsman",
"twitter": "brnkrygs"
Expand Down
2 changes: 1 addition & 1 deletion python-test-samples/kinesis-lambda-dynamodb/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"authors": [
{
"name": "Ramesh Mathikumar",
"image": "https://media.licdn.com/dms/image/C4D03AQFG1CMJbu2IgA/profile-displayphoto-shrink_800_800/0/1516610427291?e=1689811200&v=beta&t=pZKbM4umA14TFTEUsp2MXPQgLSTz1foJ2Bu7KS-BsMM",
"image": "/../img/authors/ramesh-mathikumar.jpeg",
"bio": "Senior DevOps Consultant at AWS",
"linkedin": "ramesh-mathikumar-5118b816"

Expand Down
2 changes: 1 addition & 1 deletion python-test-samples/lambda-mock/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"authors": [
{
"name": "Tom Romano",
"image": "https://media.licdn.com/dms/image/C4E03AQFWNGT9Tkov8g/profile-displayphoto-shrink_800_800/0/1614031821710?e=1684368000&v=beta&t=-b90PMeTFMcE3tkk_X9MXcS2ZkctE3A7iRvRTnOtCwQ",
"image": "/../img/authors/tom-romano.jpeg",
"bio": "Solutions Architect at AWS",
"linkedin": "wtromano"
}
Expand Down
4 changes: 2 additions & 2 deletions python-test-samples/schema-and-contract-testing/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
"authors": [
{
"name": "Arthi Jaganathan",
"image": "https://media.licdn.com/dms/image/C5603AQGmkzZORs2pgA/profile-displayphoto-shrink_200_200/0/1660822331422?e=1687392000&v=beta&t=p8BXOv1ADhDT80S6l6fDf9YHIdfFh-VoWsqVUsMlsPY",
"image": "/../img/authors/arthi-jaganathan.jpeg",
"bio": "Principal Serverless Solutions Architect at AWS",
"linkedin": "arthi-jaganathan-b3b95644"
},
{
"name": "Katherine Vishnevskaya",
"image": "https://avatars.githubusercontent.com/u/26699700",
"image": "/../img/authors/katherine-vishnevskaya.jpeg",
"bio": "Solutions Architect at AWS",
"linkedin": "katherine-vishnevskaya"
}
Expand Down
3 changes: 2 additions & 1 deletion python-test-samples/step-functions-local/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"authors": [
{
"name": "Dan Straw",
"bio": "Senior solutions Architect at AWS",
"image": "/../img/authors/dan-straw.jpeg",
"bio": "Senior Solutions Architect at AWS",
"linkedin": "danstraw"
}
]
Expand Down
Loading

0 comments on commit 9e616cf

Please sign in to comment.