Community for F#

Blog articles of Community for F#

0
comment
on 10/20/2023 5:08 PM
Sharing code efficiently across different parts of an application can be challenging with AWS Lambda, especially when using Amplify. Today, I’ll walk you through a solution to this common problem, without relying on Lambda Layers or private NPM repositories. The Context In my previous post about Lambda Layers [1], I delved into its limitations, especially … Amplify: how to share code without Lambda Layers or private NPM Read More » The post Amplify: how to share code without Lambda Layers or private NPM [...]
>> Read the full article
.
0
comment
on 10/12/2023 7:56 AM
Having taught thousands of students to build serverless applications via my online courses and workshops, I felt it was time to kick-start an affiliate program to boost sales. Affiliates would receive 50% of the revenue and get a 15% discount code for their audience. It feels like a good deal but I would need a … How I built an affiliate tracking system in a weekend with serverless Read More » The post How I built an affiliate tracking system in a weekend with serverless appeared first on theburningmonk.[...]
>> Read the full article
.
0
comment
on 10/6/2023 5:24 AM
It’s a good practice to use CloudFormation’s DeletionPolicy to protect stateful resources such as DynamoDB tables or RDS databases from accidental deletions. Such as when someone accidentally deletes a CloudFormation stack! As I discussed previously [1], this is a much better way to guard against these accidental data losses than separating stateful and stateless resources … Help! How do I set DeletionPolicy to Retain for production only? Read More » The post Help! How do I set DeletionPolicy to Retain f[...]
>> Read the full article
.
0
comment
on 10/1/2023 5:15 AM
Hi, here’s a quick round-up of everything I have done in September 2023. Podcast The first two episodes of this new format are available already: #82 – Big things are coming Lambda Powertools [Heitor Lessa] #83 – Unpacking Google’s latest AI announcements [Gerard Sans] The next episode with Charity Majors is airing on Oct 3rd … Monthly roundup – September 2023 Read More » The post Monthly roundup – September 2023 appeared first on theburningmonk.com.
>> Read the full article
.
0
comment
on 9/9/2023 6:10 AM
Many vendors require you to have a static IP address for your application. Such that all requests to their API must originate from an allow-list of IP addresses. In some cases, they even mandate that you use a static IP address for ingress traffic too. So they can communicate with your system through a trusted … Static IP for Lambda: ingress, egress and bypassing the dreaded NAT Gateway Read More » The post Static IP for Lambda: ingress, egress and bypassing the dreaded NAT Gateway appeared first on theb[...]
>> Read the full article
.
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper