Skip to content

Instantly share code, notes, and snippets.

AWSTemplateFormatVersion: 2010-09-09
Description: >-
i8c-awsintegration-demo
Transform:
- AWS::Serverless-2016-10-31
Parameters:
@samuelcastle
samuelcastle / cloudformation-eb-apidestinations-demo.yaml
Last active April 18, 2021 08:20
Amazon EventBridge API Destinations demo - Cloudformation template
AWSTemplateFormatVersion: 2010-09-09
Parameters:
MailchimpMembersUrl:
Type: String
Default: https://xxx.api.mailchimp.com/3.0/lists/230948/members
MailchimpApiPassword:
Type: String
Default: REPLACEME
"Lab1": {
"Type": "AWS::EC2::Instance",
"Properties": {
"KeyName": {
"Ref": "KeyName"
},
"ImageId": "ami-337be65c",
"InstanceType": "t2.small",
"NetworkInterfaces": [{
"DeviceIndex": "0",

The linux and webMethods cheat sheet

This gist provides an overview of usefull commands for working with webMethods on linux.

webMethods IS

Lifecycle management

$ /opt/softwareag/profiles/IS_default/bin/sagis912 help
$ /opt/softwareag/profiles/IS_default/bin/sagis912 start