https://github.com/dymaxionlabs/cesiumts-lambda
Cesium Terrain Server on AWS Lambda
https://github.com/dymaxionlabs/cesiumts-lambda
cesium lambda sam server terrain
Last synced: 11 months ago
JSON representation
Cesium Terrain Server on AWS Lambda
- Host: GitHub
- URL: https://github.com/dymaxionlabs/cesiumts-lambda
- Owner: dymaxionlabs
- License: apache-2.0
- Created: 2022-10-17T15:12:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-21T15:53:30.000Z (over 3 years ago)
- Last Synced: 2025-07-21T07:31:15.218Z (11 months ago)
- Topics: cesium, lambda, sam, server, terrain
- Language: Go
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cesiumts-lambda
Deploy [Cesium Terrain Server](https://github.com/geo-data/cesium-terrain-server) on AWS Lambda.
Uses [AWS Lambda Go API Proxy](https://github.com/awslabs/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](https://github.com/dymaxionlabs/cesiumts-lambda). This
project is intended to be a safe, welcoming space for collaboration, and
contributors are expected to adhere to the [Contributor
Covenant](http://contributor-covenant.org) code of conduct.
## License
This project is licensed under Apache 2.0. Refer to
[LICENSE](https://github.com/dymaxionlabs/cesiumts-lambda/blob/main/LICENSE).