Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/garysassano/sst-aws-astro-upload-form
SST app that deploys an Astro website with a form for uploading files to an S3 bucket
https://github.com/garysassano/sst-aws-astro-upload-form
astro aws s3 s3-bucket sst sst-astro sst-aws sst-ion sst-v3
Last synced: 18 days ago
JSON representation
SST app that deploys an Astro website with a form for uploading files to an S3 bucket
- Host: GitHub
- URL: https://github.com/garysassano/sst-aws-astro-upload-form
- Owner: garysassano
- Created: 2024-05-13T14:08:40.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-14T19:44:25.000Z (5 months ago)
- Last Synced: 2024-07-14T23:34:12.469Z (5 months ago)
- Topics: astro, aws, s3, s3-bucket, sst, sst-astro, sst-aws, sst-ion, sst-v3
- Language: Astro
- Homepage:
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sst-aws-astro-upload-form
SST app that deploys an Astro website with a form for uploading files to an S3 bucket.
## Prerequisites
- **_AWS:_**
- Must have authenticated with [Default Credentials](https://docs.aws.amazon.com/cdk/v2/guide/cli.html#cli_auth) in your local environment.
- **_SST Ion:_**
- Must be [installed](https://ion.sst.dev/docs/reference/cli/) in your system.
- **_pnpm:_**
- Must be [installed](https://pnpm.io/installation) in your system.## Installation
```sh
pnpm install
```## Deployment
```sh
sst deploy
```## Usage
Access the website by clicking the ``:
```sh
✔ Complete
MyWebsite:
```## Cleanup
```sh
sst remove
```