Skip to content

Commit

Permalink
The following properties were added to the <code class="code">AWS::Dy…
Browse files Browse the repository at this point in the history
…namoDB::GlobalTable</code>

            resource and the <code class="code">AWS::DynamoDB::Table</code> resource:
  • Loading branch information
dannysteenman committed Nov 15, 2024
1 parent 95efb9b commit e85e9ba
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 25 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "AWS CDK Snippets",
"description": "Adds L1 Construct snippets from AWS CDK in VS Code.",
"author": "Danny Steenman",
"version": "2.17.0",
"version": "2.18.0",
"publisher": "dannysteenman",
"icon": "images/cdk-snippets-extension-icon.png",
"homepage": "https://towardsthecloud.com",
Expand All @@ -19,8 +19,16 @@
"color": "#2B2C33",
"theme": "dark"
},
"categories": ["Snippets"],
"keywords": ["aws", "cdk", "construct", "typescript", "python"],
"categories": [
"Snippets"
],
"keywords": [
"aws",
"cdk",
"construct",
"typescript",
"python"
],
"badges": [
{
"url": "https://img.shields.io/visual-studio-marketplace/v/dannysteenman.cdk-snippets",
Expand All @@ -42,13 +50,23 @@
"languages": [
{
"id": "python",
"aliases": ["Python", "py"],
"extensions": [".py"]
"aliases": [
"Python",
"py"
],
"extensions": [
".py"
]
},
{
"id": "typescript",
"aliases": ["TypeScript", "ts"],
"extensions": [".ts"]
"aliases": [
"TypeScript",
"ts"
],
"extensions": [
".ts"
]
}
],
"snippets": [
Expand Down

0 comments on commit e85e9ba

Please sign in to comment.