Skip to content

phototix/awsLambdaHTTPSFunc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

awsLambdaHTTPSFunc

Function to trigger URL with Lambda. (in Node.js)

Guide to use

  1. Add new function in AWS Lambda

  2. Copy and Paste the code in index.js to NodeJS (1.7 or higher) and save

  3. Go to CloudWatch -> Rules -> Add Rules

  4. You can choose how you wanted this Lambda function is called.

  5. Select target as constant and put this

{ "url": "https://domain.com/script.php" }

About

Function to trigger URL with Lambda. (in Node.js)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published