imhogan
Semi-retired digital nomad with an interest in AWS "serverless" apps which can glue together disparate SaaS platforms to meet enterprise objectives.
Ian Hogan - ABN 95 571 881 544Melbourne, Australia
Pinned Repositories
CopyS3File
Node.js Lambda backed AWS CLoudFormation Custom Resource to copy an S3 file.
OTPSignin2AppStream
One-time-password app to sign in to AWS AppStream using Cognito
PutS3File
Node.js Lambda backed AWS CloudFormation Custom Resource to create an S3 configuration file, either by putting parameter data from the CloudFormation template or copying a source S3 file.
Qrvey
Sample Scripts for Qrvey applications
RESTFetcher
An AWS Lambda Function to recursively fetch data from a REST endpoint and apply XSLT processes to the fetched data.
S3Trigger
A simple Node.js Lambda function to create an S3 File which can trigger an S3 Event. This allows for a long running lambda process to be triggered by brief synchronous call.
S3ZipFileLoader
An AWS Lambda function used as Cloud Formation Custom Resource to extract one or more ZIP files from a source S3 bucket to a target bucket.
imhogan's Repositories
imhogan/RESTFetcher
An AWS Lambda Function to recursively fetch data from a REST endpoint and apply XSLT processes to the fetched data.
imhogan/CopyS3File
Node.js Lambda backed AWS CLoudFormation Custom Resource to copy an S3 file.
imhogan/OTPSignin2AppStream
One-time-password app to sign in to AWS AppStream using Cognito
imhogan/PutS3File
Node.js Lambda backed AWS CloudFormation Custom Resource to create an S3 configuration file, either by putting parameter data from the CloudFormation template or copying a source S3 file.
imhogan/Qrvey
Sample Scripts for Qrvey applications
imhogan/S3Trigger
A simple Node.js Lambda function to create an S3 File which can trigger an S3 Event. This allows for a long running lambda process to be triggered by brief synchronous call.
imhogan/S3ZipFileLoader
An AWS Lambda function used as Cloud Formation Custom Resource to extract one or more ZIP files from a source S3 bucket to a target bucket.
imhogan/snsLogger
AWS Node.js Lambda to log SES events delivered to an SNS topic to nominated DynamoDB tables - in raw and interpreted format.