Vercelのmcp-adapterはいいぞ!AWSでも使える!
https://qiita.com/Syoitu/items/b735321d2ab6ad47b248?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
Vercelのmcp-adapterはいいぞ!AWSでも使える!
https://qiita.com/Syoitu/items/b735321d2ab6ad47b248?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
Posted New article how to deploy Flutter project with backend to AWS Amplify hosting:
https://www.glukhov.org/post/2024/09/deploy-flutter-amplify-hosting/
🎧 New AWS Developers Podcast episode! Explore AWS Amplify's new Gen 2 features, CDK integration, and more with Muhammed Salih Güler.
Listen now: https://developers.podcast.go-aws.com/web/podcasts/episode_123/index.html
AWS Amplify is a collection of cloud services and libraries for fullstack application development. Amplify provides frontend libraries, UI components, backend building, and frontend hosting for building fullstack cloud apps. In this episode, we make a tour of AWS Amplify for web applications and native mobile applications. In this episode, we talk about the new capabilities provided by Amplify Gen 2. How it uses the Cloud Development Kit (CDK) and integrates easily with Git to create backends automatically for your branches or pull requests.
New blog post alert! "Mastering AWS Amplify: Simplify CloudTrail Athena SQL Queries with a ChatGPT-powered Web App!" 🚀
Have you had difficulty with confusing #CloudTrail #AthenaSQL queries? My new blog post is here to help! Learn how to create a web app using #AWSAmplify that connects to #ChatGPT, automating the generation of CloudTrail searches. 🛠️
#AWSCommunityBuilders #Serverless #React #AppDevelopment #cybsersecurity #securityandidentity #automation
IntroductionSearching through CloudTrail logs with Athena SQL Queries can be complex without a good understanding of SQL queries, and simplifying this process is essential for efficient log analysis. In this blog post, I will walk you through creating a web application using AWS Amplify that simplifies CloudTrail Athena SQL search queries by connecting to ChatGPT.
Fresh out of the oven, Push Notifications on @AWSAmplify 👩🍳👨🍳
Some people were asking about this just yesterday, happy that I could answer their request in a day 🙌🙌
---
RT @AWSAmplify
🎉 NEW 📱: Android Push Notifications support for AWS Amplify is here 🚀 Keep your users updated and engaged with this powerful feature #AWSAmplify
Learn more >> https://go.aws/3TLijts
https://twitter.com/AWSAmplify/status/1639350876442869760
Day 8 of #17DaysOfFlutter comes with a great blog post about file_picker and upload!
Fresh out of the oven:
Flutter file_picker and Uploading files to Amazon S3 with AWS Amplify
#aws #flutter #flutterexamples #amazons3 #awsamplify
https://salih.dev/flutter-filepicker-and-uploading-files-to-amazon-s3-with-aws-amplify
File picking is one of the most important features that your application can have. You can use it for image or any kind of file uploading mechanism. For uploading files, there are many alternatives. One can use their own service as well as other help...