<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments for Víctor Dorado	</title>
	<atom:link href="https://www.victordorado.es/comments/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.victordorado.es/</link>
	<description></description>
	<lastBuildDate>Tue, 05 May 2026 07:33:40 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		Comment on Bring the AWS Cloud to Your Desktop with LocalStack™, DDEV and Drupal by admin		</title>
		<link>https://www.victordorado.es/2024/12/19/bring-the-aws-cloud-to-your-desktop-with-localstack-and-drupal/#comment-23</link>

		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 06 Aug 2025 16:57:14 +0000</pubDate>
		<guid isPermaLink="false">https://www.victordorado.es/?p=2323#comment-23</guid>

					<description><![CDATA[Thanks for the tips! :)]]></description>
			<content:encoded><![CDATA[<p>Thanks for the tips! 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Bring the AWS Cloud to Your Desktop with LocalStack™, DDEV and Drupal by Bw		</title>
		<link>https://www.victordorado.es/2024/12/19/bring-the-aws-cloud-to-your-desktop-with-localstack-and-drupal/#comment-22</link>

		<dc:creator><![CDATA[Bw]]></dc:creator>
		<pubDate>Mon, 28 Jul 2025 01:57:22 +0000</pubDate>
		<guid isPermaLink="false">https://www.victordorado.es/?p=2323#comment-22</guid>

					<description><![CDATA[Excellent!  Thanks!

I did not need the host file change.  
Outside the container I can test using: 
aws --endpoint-url=http://localhost:4566 s3 ls s3://my-bucket

Within ddev containers, LocalStack service is referenced as localstack, so endpoint is http://localstack:4566 (e.g. .env).

I don&#039;t typically ssh into the container to execute commands.  Instead I use ddev exec...
ddev -s localstack exec awslocal s3api create-bucket --bucket sample-bucket
I created convenience/wrapper commands for awslocal and s3api).

I also found it useful to use init scripts (https://docs.localstack.cloud/aws/capabilities/config/initialization-hooks/#example) for setup.

Thanks again.]]></description>
			<content:encoded><![CDATA[<p>Excellent!  Thanks!</p>
<p>I did not need the host file change.<br />
Outside the container I can test using:<br />
aws &#8211;endpoint-url=http://localhost:4566 s3 ls s3://my-bucket</p>
<p>Within ddev containers, LocalStack service is referenced as localstack, so endpoint is <a href="http://localstack:4566" rel="nofollow ugc">http://localstack:4566</a> (e.g. .env).</p>
<p>I don&#8217;t typically ssh into the container to execute commands.  Instead I use ddev exec&#8230;<br />
ddev -s localstack exec awslocal s3api create-bucket &#8211;bucket sample-bucket<br />
I created convenience/wrapper commands for awslocal and s3api).</p>
<p>I also found it useful to use init scripts (<a href="https://docs.localstack.cloud/aws/capabilities/config/initialization-hooks/#example" rel="nofollow ugc">https://docs.localstack.cloud/aws/capabilities/config/initialization-hooks/#example</a>) for setup.</p>
<p>Thanks again.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
