ylliX - Online Advertising Network

How Can I import Psycopg2 into a lambda Function on AWS??? I have tried everything and It continues to Fail

I am trying to import the Psycopg2 library into a lambda function but everytime it continues to fail, I have tried pip installing the library then zipping it with the .py file, it fails… with “”Unable to import module ‘lambda_function’: No module named ‘psycopg2._psycopg’”. Then I tried to use Docker and create a container to […]

How Microsoft’s AI Ecosystem Outperforms Salesforce and AWS

AI agents are autonomous systems designed to perform tasks that would typically require human involvement. By using advanced algorithms, these agents can handle a wide range of functions, from answering customer inquiries to predicting business trends. This automation not only streamlines repetitive processes but also allows human workers to focus on more strategic and creative […]

“Does generative AI replace people? I strongly don’t believe so” – AWS generative AI VP on the future of work, agents and why Amazon can lead the way

With generative AI already changing industries and businesses across the world, the race is on for the next big engagement with the technology. Having played a leading role in helping build and establish the systems behind many enterprise use cases for generative AI, Amazon Web Services was keen to push its credentials at the recent […]

AWS Transfer Family Web Apps: Simplified S3 Data Access through the Browser

AWS recently introduced a new feature for its AWS Transfer Family: Transfer Family web apps. This fully-managed resource allows organizations to create a branded, secure portal for accessing Amazon S3 data directly through a web browser. According to the company, this enhancement aims to simplify S3 data management for non-technical users, providing a user-friendly and […]

Build Your Own Ngrok

ကျနော်တို့ တော်တော်များများ ကိုယ့် localhost မှာ run နေတဲ့ Web Application ကို သူများတွေကိုစမ်းခိုင်းချင်တာမျိုး ၊ develop လုပ်နေတုန်း ပြဖို့လိုလာတာမျိုးကြုံဖူးကြမယ်ထင်ပါတယ်။ အဲ့လိုအချိန်မှာဆိုရင် ကိုယ့် Localhost ကို Public Internet ကနေ access လုပ်နိုင်အောင် လုပ်ဖို့လိုလာပါပြီ။ Ngrok က အဲ့ဒီအတွက် လူသုံးများတဲ့ tool တစ်ခုဖြစ်ပေမယ့် ကျနော် share ပေးချင်တာက Ngrok အစား EC2 server တစ်လုံးပေါ်မှာ ကိုယ်ပိုင် domain နဲ့ self-host ထားတဲ့ localhost tunnel တစ်ခု ဘယ်လိုတည်ဆောက်ကြမလဲဆိုတာပဲဖြစ်ပါတယ်။ Prerequisites SSH နဲ့ Nginx အကြောင်း အနည်းငယ်တော့ သိထားဖို့လိုမယ်။ […]

AWS SAM deployment with GitHub Action

ဒါလေးကတော့ မနေ့က ရေးခဲ့တဲ့ article (Deploy NuxtJs app to AWS with SAM) ရဲ့ အဆက်ပါ။ ကျွန်တော်တို့ မနေ့က SAM နဲ့ manual deploy တဲ့ အကြောင်းပြောခဲ့ပြီးပါပြီ။ ဒီနေ့မှာတော့ SAM ကို GitHub Action သုံးပြီး ဘယ်လို CI/CD setup လုပ်မလဲ ဆက်ရေးပေးသွားပါမယ်။ Preparing SAM Template ဒီတစ်ခါမှာတော့ Domain ပါ ထည့်သွားမှာ ဖြစ်တဲ့ အတွက် မနေ့က template ထဲမှာ Domain setup လုပ်ဖို့ နည်းနည်း ပြင်ပါမယ်။ Prameters ထဲမှာ CertificateId လေးထပ်ထည့်ပေးပြီး၊ CloudFrontDistribution ရဲ့ […]

Serverless SSR Website with AWS SAM

ကျွန်တော်တို့ SSR (Server-Side Rendering) ပါ တဲ့ application တွေ ကို AWS ပေါ်မှာ serverless run ချင်တဲ့အခါမှာ Lambda ကိုသုံးလို့ရပါတယ်။ ပုံမှန်ဆိုရင်တော့ serverless framework ကိုသုံးပြီး deploy လိုက်တာက မြန်မြန်ဆန်ဆန်နဲ့ အလုပ်ရှုပ်သက်သာပါတယ်။ Serverless v4 က စပြီး ဝယ်သုံးဖို့လိုလာပါပြီ free က လည်း 2 credits ပဲ ပေးသုံးတာဖြစ်တဲ့အတွက် uat + dev မှာတင် လမ်းဆုံးပြီး production အတွက်က ဝယ်သုံးရမလိုဖြစ်နေပါပြီ။ Serverless v3 လည်း 2024 ကုန်ရင် security support end တော့မှာဆိုတော့ ရေရှည်မှာ အဆင်မပြေတဲ့အတွက် […]