amazon-states-language-service
Advanced tools
Comparing version 1.6.4 to 1.7.0
@@ -35,2 +35,25 @@ [ | ||
{ | ||
"name": "EventBridge Task State", | ||
"body": [ | ||
"\"${1:Send an EventBridge custom event}\": {", | ||
"\t\"Type\": \"Task\",", | ||
"\t\"Resource\": \"arn:aws:states:::events:putEvents\",", | ||
"\t\"Parameters\": {", | ||
"\t\t\"Entries\": [", | ||
"\t\t\t{", | ||
"\t\t\t\t\"Detail\": {", | ||
"\t\t\t\t\t\"Message\": \"${4:Hello from Step Functions!}\"", | ||
"\t\t\t\t},", | ||
"\t\t\t\t\"DetailType\": \"${5:MyDetailType}\",", | ||
"\t\t\t\t\"EventBusName\": \"${6:MyEventBusName}\",", | ||
"\t\t\t\t\"Source\": \"${7:MySource}\"", | ||
"\t\t\t}", | ||
"\t\t]", | ||
"\t},", | ||
"\t\"Next\": \"${2:NextState}\"", | ||
"}" | ||
], | ||
"description": "Code snippet for an EventBridge Task state.\n\nCalls the Amazon EventBridge PutEvents API to send a custom event to an event bus." | ||
}, | ||
{ | ||
"name": "SNS Task State", | ||
@@ -37,0 +60,0 @@ "body": [ |
@@ -15,3 +15,3 @@ { | ||
"license": "MIT", | ||
"version": "1.6.4", | ||
"version": "1.7.0", | ||
"publisher": "aws", | ||
@@ -18,0 +18,0 @@ "categories": [ |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
292710
4573