https://github.com/helbing/astrojs-aws
Astro SSR Adapter & AWS CDK Constructs of Astro
https://github.com/helbing/astrojs-aws
astro aws aws-lambda cdk lambda serverless
Last synced: 8 months ago
JSON representation
Astro SSR Adapter & AWS CDK Constructs of Astro
- Host: GitHub
- URL: https://github.com/helbing/astrojs-aws
- Owner: helbing
- License: mit
- Created: 2023-03-14T07:26:25.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-07-24T00:06:23.000Z (8 months ago)
- Last Synced: 2025-08-01T01:36:54.808Z (8 months ago)
- Topics: astro, aws, aws-lambda, cdk, lambda, serverless
- Language: TypeScript
- Homepage:
- Size: 23.1 MB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# @astrojs-aws
## Introduction
The **astrojs-aws** provides a set of libraries to helps develop and deploy the [Astro](https://astro.build/) in [AWS](https://aws.amazon.com/) Platform. It consists of:
- [Astro SSR Adapter](https://github.com/helbing/astrojs-aws/tree/main/packages/adapter)
- [AWS CDK Construct](https://github.com/helbing/astrojs-aws/tree/main/packages/construct)
You can know further with [examples](./examples/).
## Contributing
This project has adopted the [Contributor Covenant Code of Conduct](./CODE_OF_CONDUCT.md).
We welcome community contributions and pull requests. See our [contribution guide](./CONTRIBUTING.md) for more information on how to report issues, set up a development environment and submit code.
## License
This project is distributed under the [MIT License](./LICENSE).