Skip to content

dymaxionlabs/cesiumts-lambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cesiumts-lambda

Deploy Cesium Terrain Server on AWS Lambda.

Uses AWS Lambda Go API Proxy.

Deploy

You will need to have installed AWS SAM CLI.

First build the image, then validate the template file and deploy:

sam build
sam validate
sam deploy --guided

Use --profile if you need to specify an AWS auth profile.

Now follow the instructions. In the end, SAM will have created all the resources it needs.

Contributing

Bug reports and pull requests are welcome on GitHub at the issues page. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

This project is licensed under Apache 2.0. Refer to LICENSE.