Article Macey Minor · May 3, 2024 6m read Demo: Connecting Locally to an S3 Bucket without an AWS Account Introduction Accessing Amazon S3 (Simple Storage Service) buckets programmatically is a common requirement for many applications. However, setting up and managing AWS accounts is daunting and expensive, especially for small-scale projects or local development environments. In this article, we'll explore how to overcome this hurdle by using Localstack to simulate AWS services. Localstack mimics most AWS services, meaning one can develop and test applications without incurring any costs or relying on an internet connection, which can be incredibly useful for rapid development and debugging. We used ObjectScript with embedded Python to communicate with Intersystems IRIS and AWS simultaneously. Before beginning, ensure you have Python and Docker installed on your system. When Localstack is set up and running, the bucket can be created and used. #AWS #Embedded Python #LEAD North, LLC #ObjectScript #Tutorial #InterSystems IRIS #VSCode 3 0 2 226