-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refresh and fix some AWS Rust SDK API changes. Notable deprecation: f…
…orce_path_style, were we using/needing this, @mmalenic?
- Loading branch information
1 parent
721892c
commit 7cfeda2
Showing
8 changed files
with
776 additions
and
220 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# Deployment of filemanager | ||
|
||
This folder contains CDK deployment code for filemanager. The CDK code can be deployed locally using | ||
`cdklocal` and `localstack`, or on AWS using `cdk`. | ||
This folder contains CDK deployment code for filemanager. The CDK code can be deployed locally using `cdklocal` and `localstack`, or on AWS using `cdk`: | ||
|
||
Run npm install beforehand: | ||
|
||
```sh | ||
npm install | ||
npx cdklocal bootstrap | ||
npx cdklocal deploy | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
lib/workload/stateless/filemanager/filemanager-http-lambda/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
# filemanager-http-lambda | ||
|
||
This crate is a Lambda function which ingests events by manually calling the SQS queue receive function. | ||
It is intended to be used behind API gateway. | ||
|
||
It is intended to be used behind API gateway. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters