Skip to content

botleg/serverless-ping

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

AWS Ping Serverless Function

This project uses serverless framework to create Lambda functions that pings various AWS endpoints and writes the results to s3 bucket.

Run Instructions

  • Install serverless framework with npm install -g serverless.
  • Checkout here to connect serverless with your AWS account.
  • Install node dependencies with npm install.
  • Create a file env.yml, for environment variables, with following contents:
TOPIC_NAME:     # Name for SNS Topic
BUCKET_NAME:    # Name for S3 Bucket
  • Deploy lambda function with serverless deploy.

About

Lambda functions that pings various AWS endpoints and writes the results to S3 bucket

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published