AWS Resources enable us to create AWS services as pydantic objects, completing our vision of writing software, application and infrastructure code entirely in python.Documentation Index
Fetch the complete documentation index at: https://docs.phidata.com/llms.txt
Use this file to discover all available pages before exploring further.
Examples
S3 Bucket
Copy the following code to a fileresources.py and run phi start resources.py to create a bucket called my-bucket-885.
phi stop resources.py
Secret Manager
Copy the following code to a fileresources.py and run phi start resources.py to create a secret called my-secret.
read_my_secret.py
python read_my_secret.py.
Delete the secret using phi stop resources.py