Skip to content

Commit

Permalink
Update metadata.json
Browse files Browse the repository at this point in the history
- Fixing incorrect paths to files
- Fixing title
  • Loading branch information
boyney123 authored Jan 30, 2024
1 parent 2851818 commit 11a2648
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions dotnet-test-samples/test-containers/metadata.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"title": "Testcontainers and DynamoDB Local",
"title": "Test containers and DynamoDB locally",
"description": "This project contains unit and integration tests for a pattern using API Gateway, AWS Lambda and Amazon DynamoDB. It uses the Testcontainers project and DynamoDB Local to demonstrate the use of emulation",
"content_language": "English",
"language": ".NET",
Expand All @@ -9,27 +9,27 @@
"framework": "SAM",
"services": ["apigw", "lambda", "dynamodb"],
"pattern_source": "AWS",
"pattern_detail_tabs": [
"pattern_detail_tabs": [
{
"title": "Application Code Example (GetProduct)",
"filepath": "/src/GetProduct/Function.cs"
"filepath": "/src/GetProducts/Function.cs"
},
{
"title": "Unit Tests",
"filepath": "/tests/ApiTests.UnitTest/MockPutProductFunctionTests.cs"
"title": "Integration Test (PUT)",
"filepath": "/tests/ApiTests.IntegrationTestWithEmulation/MockPutProductFunctionTests.cs"
},
{
"title": "Integration Test",
"filepath": "/tests/ApiTests.IntegrationTest/IntegrationTest.cs"
}
"title": "Integration Test (GET)",
"filepath": "/tests/ApiTests.IntegrationTestWithEmulation/MockGetProductFunctionTests.cs"
}
],
"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",
"bio": "Senior Cloud Architect at AWS",
"linkedin": "https://www.linkedin.com/in/james-eastham/",
"twitter": "https://twitter.com/plantpowerjames"
}
"name": "James Eastham",
"image": "/assets/images/resources/contributors/james-eastham.jpg",
"bio": "Senior Cloud Architect at AWS",
"linkedin": "james-eastham",
"twitter": "plantpowerjames"
}
]
}

0 comments on commit 11a2648

Please sign in to comment.