Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

amazon-states-language-service

Package Overview
Dependencies
Maintainers
3
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amazon-states-language-service - npm Package Compare versions

Comparing version 1.6.4 to 1.7.0

23

out/snippets/states.json

@@ -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": [

2

package.json

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc