shakedown.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A community for live music fans with roots in the jam scene. Shakedown Social is run by a team of volunteers (led by @clifff and @sethadam1) and funded by donations.

Administered by:

Server stats:

272
active users

#lambdas

0 posts0 participants0 posts today
Matthew Flint<p>Spent the week updating my <a href="https://mastodon.me.uk/tags/Swift" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Swift</span></a> <a href="https://mastodon.me.uk/tags/lambdas" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>lambdas</span></a> (for <span class="h-card" translate="no"><a href="https://indieapps.space/@NearlyDeparted" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>NearlyDeparted</span></a></span>) to Swift 6, and migrated the final two Ruby lambda to Swift.</p><p>Thank-you to <span class="h-card" translate="no"><a href="https://awscommunity.social/@sebsto" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>sebsto</span></a></span> &amp; friends for all your hard work on Swift lambda and the <a href="https://mastodon.me.uk/tags/AWS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>AWS</span></a> runtime libraries.</p><p>I can now build a single lambda natively, instead of needing to build all 15 in Docker (yay!), but have lost the ability to build for Arm.</p><p>Next job: try building on a raspberry pi, as it’s cheaper than buying a new Apple-silicon Mac.</p>
Lewis Westbury 💛💙🌱<p>Working in <a href="https://mastodon.social/tags/AWS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>AWS</span></a>, you may find you need to move your <a href="https://mastodon.social/tags/lambdas" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>lambdas</span></a> out of the default <a href="https://mastodon.social/tags/VPC" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>VPC</span></a> so they can talk to other services, eg. RDS. Granting <a href="https://mastodon.social/tags/internet" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>internet</span></a> access to lambdas in the non-default VPC isn't trivial...</p><p>💡 Here's a <a href="https://mastodon.social/tags/CloudFormation" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CloudFormation</span></a> gist with a working solution...</p><p>➡️ <a href="https://gist.github.com/instantiator/fc433a98bb6a58234602d67a69b3cda7" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">gist.github.com/instantiator/f</span><span class="invisible">c433a98bb6a58234602d67a69b3cda7</span></a></p><p><a href="https://mastodon.social/tags/CF" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CF</span></a> <a href="https://mastodon.social/tags/SAM" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SAM</span></a> <a href="https://mastodon.social/tags/serverless" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>serverless</span></a> <a href="https://mastodon.social/tags/InternetGateway" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>InternetGateway</span></a> <a href="https://mastodon.social/tags/NAT" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>NAT</span></a> <a href="https://mastodon.social/tags/NATGateway" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>NATGateway</span></a></p>
Lewis Westbury 💛💙🌱<p>If you need to throw up an <a href="https://mastodon.social/tags/API" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>API</span></a> on <a href="https://mastodon.social/tags/AWS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>AWS</span></a> infrastructure quickly, why not give mvp-rocketship-template a try? It's a simple <a href="https://mastodon.social/tags/InfrastructureAsCode" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>InfrastructureAsCode</span></a> <a href="https://mastodon.social/tags/SAM" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SAM</span></a> template that gives you a starting point of: <a href="https://mastodon.social/tags/Lambdas" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Lambdas</span></a> + <a href="https://mastodon.social/tags/DynamboDb" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>DynamboDb</span></a> behind <a href="https://mastodon.social/tags/APIGateway" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>APIGateway</span></a>, protected by <a href="https://mastodon.social/tags/Cognito" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Cognito</span></a>. <a href="https://github.com/instantiator/mvp-rocketship-template" rel="nofollow noopener noreferrer" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/instantiator/mvp-ro</span><span class="invisible">cketship-template</span></a></p>