Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```