Skip to content

Commit c14f20d

Browse files
committed
aws native tools done
1 parent 0373c8b commit c14f20d

File tree

4 files changed

+12
-14
lines changed

4 files changed

+12
-14
lines changed

src/content/docs/aws/integrations/aws-native-tools/aws-cdk.mdx renamed to src/content/docs/aws/integrations/aws-native-tools/aws-cdk.md

File renamed without changes.

src/content/docs/aws/integrations/aws-native-tools/aws-chalice.mdx

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ sidebar:
66
order: 4
77
---
88

9+
import { FileTree } from '@astrojs/starlight/components';
10+
911
[AWS Chalice](https://aws.github.io/chalice/) is a serverless micro framework used to develop and deploy your serverless applications on AWS resources.
1012
Chalice provides integrated functionality with most of the AWS Toolings like S3 Storage, Simple Queue Service, API Gateway and more.
1113
It offers a handy CLI interface that allows you to easily create, develop & deploy your serverless applications.
@@ -61,20 +63,16 @@ Your project has been generated in ./localstack-test
6163
6264
Let's take a look inside the project structure:
6365
64-
```sh
65-
tree
66-
.
67-
├── app.py
68-
├── chalicelib
69-
│ └── __init__.py
70-
├── requirements-dev.txt
71-
├── requirements.txt
72-
└── tests
73-
├── __init__.py
74-
└── test_app.py
75-
76-
2 directories, 6 files
77-
```
66+
<FileTree>
67+
- app.py
68+
- chalicelib
69+
- \_\_init\_\_.py
70+
- requirements-dev.txt
71+
- requirements.txt
72+
- tests
73+
- \_\_init\_\_.py
74+
- test_app.py
75+
</FileTree>
7876
7977
The `app.py` is our main API file.
8078
It has only one Route that would assign the URL of the application to the function.

src/content/docs/aws/integrations/aws-native-tools/aws-cli.mdx renamed to src/content/docs/aws/integrations/aws-native-tools/aws-cli.md

File renamed without changes.

src/content/docs/aws/integrations/aws-native-tools/aws-sam.mdx renamed to src/content/docs/aws/integrations/aws-native-tools/aws-sam.md

File renamed without changes.

0 commit comments

Comments
 (0)