Kiro is live on Twitch! 👻✨
Join us as we code LIVE and watch as we challenge ourselves and Kiro to build (or break? 😬) cool new things
Tune in now 👉 www.twitch.tv/kirodotdev?sc_channel=sm&trk=da4b55ed-0b6c-4d47-a85b-3108ad4db070
#KiroDotDev #BuildwithKiro #CodingwithAI
Posts by Dan Kiuna
AWS launches Kiro, its Cursor clone https://kiro.dev/blog/introducing-kiro/ (https://news.ycombinator.com/item?id=44560662
aws.amazon.com/about-aws/wh...
The Cloud Development Kit (CDK) works great for IaC on AWS. One nice part of the CDK is higher level opinionated constructs where you have less details to fill. They just released a new L2 construct for Websocket APIs.
Quantum machine just learned about the Luka trade
😭 go Luka
With AWS AppSync GraphQL you can utilize field level resolvers to efficiently handle complex data operations from multiple sources of data. Read more about this here - aws.amazon.com/blogs/mobile...
Cool blog post! AppSync Events simplifies both backend and frontend configuration when setting up real time. The backend is fully managed and can be created and production ready in minutes, and connecting to it from a client does not require any libraries, but can be used if preferred 😃
"Building Real-Time Location Sharing with AWS AppSync Events" by Alexis Philippart de Foy
#appsync #serverless #amplify #demo
This is neat, are the comments cross posting because you are self hosting?
In addition to the `query` query string param, you can also use:
- `variables`: required if the query contains GraphQL variables.
- `operationName`: required if there are multiple operations in the query; in which case, operations must also be named.
Here's a neat tip - if your GraphQL Query isn’t too large, you can actually make GET request for you AppSync GraphQL API!
For example, if you have the following query, you can URI encode it then add it as a query string param, and perform you GET request!
All this just to say I see AI as a tool, and learning how to use it (which I can admit I still am) is the differentiator
Years (a decade+) ago I had to take a college course that taught in C, which introduced me to the same concepts, but then when I started to transition to web (PHP,JS,HTML) it felt like I was learning all over again. If I had AI I may have asked something like “how does syntax in C compare to PHP”
If you were to get started into coding as a first timer in tech today, you don’t have to spend hours learning code. You could simply start by asking AI “what are the core concepts of programming” and build from there.
Big release day today! AWS AppSync adds "AppSync Events", an easy to configure and manage websocket API which scales up to millions of consumers.
Pricing is interesting too! $1 per million messages, $0.08 per million connection minutes 👍
AWS AppSync just launched a new feature called AppSync Events! This feature lets developers easily broadcast real-time event data to a few or millions of subscribers using secure and performant serverless WebSocket APIs.
Check out the announcement blog here: aws.amazon.com/blogs/mobile...
Hello blsky