Skip to content

jacarrasco/s3-sitemap

 
 

Repository files navigation

Create sitemap from s3

This lambda function will create a sitemap and store it in the root of the s3 bucket. It is initialised by using a GitHub web hook configured to point to the Lambda HTTP API end point.

Configuration

In the sitemap.py file there is a config dict which maps the GitHub repository name to the URL and bucket

Local development

You can invoke you the API by running:

serverless offline

and then run the test script:

./runTest.sh

About

Create sitemap from s3 files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.1%
  • Shell 1.9%