cfn-custom-resource-response

This is a NPM-hosted of AWS cfn-response for Custom Resources.


Keywords
aws, cloudFormation, cloud, formation, lambda, function, cfn-response, response, customResource, custom, resource
Licenses
Sleepycat/O-UDA-1.0
Install
npm install cfn-custom-resource-response@1.0.0

Documentation

Welcome to my AWS Journey !

In this repo, you will find some useful sample AWS related applications, such as Serverless, to demonstrate AWS services and some libraries that will help you solving common problems in some services, such as Lambda, API and others.

s3-archiver-service

This is a sample AWS serverless app to demonstrate archiving of files in S3 bucket, and saving back the output archived file in S3.

s3-document-upload-service

This is a sample AWS serverless app to demonstrate uploading of multipart form data via API gateway to Lambda function. It works very well uploading binary and text files.