Skip to content
This repository has been archived by the owner on Jun 14, 2021. It is now read-only.

Latest commit

 

History

History
28 lines (17 loc) · 668 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 668 Bytes

aws-sat-api

⚠️ this lib is not actively maintained and has been replaced by https://github.com/RemotePixel/aws-sat-api-py

Simple Serverless API for Sentinel-2 and Landsat-8 data hosted on AWS

A really simple non-spatial API to get Landsat-8 and Sentinel-2(A and B) images hosed on AWS S3

Installation

Requirement
  • AWS Account
  • node + npm
git clone https://github.com/remotepixel/aws-sat-api.git
cd aws-sat-api/

npm install serverless
#configure serverless (https://serverless.com/framework/docs/providers/aws/guide/credentials/)

sls deploy

🎉 You should be all set there.