Opens profile photo
Follow
Click to Follow mthenw
Maciej Winnicki
@mthenw
making cloud easy to use • founder at • ex eng manager • ex principal eng
Poznań, Polandmaciejwinnicki.comJoined January 2008

Maciej Winnicki’s Tweets

Overall, the platform feels very connected and coherent. Building blocks fit together and you have an impression of a thought-through experience (the thing that I miss the most from AWS).
11
109
Show this thread
_unit testing_, and publishing. Configuration: There is none. You just wrote the code and run it. No memory size, handler name, nothing. Of course, you won't load 500MB into memory but why would you in a typical CRUD app?
3
42
Show this thread
which implements all services (KV, DO, R2, etc). Docs: they're very concise and clear. Examples: you go here developers.cloudflare.com/workers/get-st and have an immediate mental model of how to develop Workers. One page and you understand bootstrapping, local dev, handler signature, ...
2
62
Show this thread
More thoughts on Cloudflare v. AWS serverless. Cloudflare is clearly challenging AWS. It's very visible in the marketing layer ("worrying about cold starts seems ridiculous", "zero egress fee object storage"). After a couple of hours of playing with Workers...
8
562
Show this thread
Unfortunately, I agree.
Quote Tweet
Replying to @iamvlaaaaaaad @IamStan and @mreferre
Lambda was a breath of fresh air when servers were hard. It was awesome! In the meantime, containers got more and more effortless. It's easier than ever to build an app using a mature framework and ship it as a container. Meanwhile Lambda is getting harder and harder 😞
2
Friendly reminder: if you’re a zoom meeting organizer make sure to allow participants to join before you. Here is how: 1. go to <company>.zoom.us/profile/setting 2. scroll to "Schedule Meeting” 3. switch the "Allow participants to join before host” setting
Image
6
I like how is explicit about using JSON Schema for describing the config file. Not a popular pattern in the devtools space but brings a lot of benefits.
Image
8
91
The obvious next step is that you will be able to run Cloudash from @goserverless/AWS CDK app folder and Cloudash will automatically show you logs/metrics for that app.
Quote Tweet
With Cloudash, your AWS logs & metrics are always only a few keystrokes away. Just type "cloudash" in your terminal.
Show this thread
Embedded video
0:18
2.6K views
3
12
When I hear someone say “Serverless development is too hard!”, 96.2% of the time it’s because they’re deploying with: - Raw CloudFormation and bash scripts - AWS CLI + bash scripts - AWS console Don’t do this! Use a deployment tool! There are so many — pick one at random.
42
374
It means a couple of initiatives: 1. CloudWatch Logs Insights (in progress) 2. support for metrics/logs/config for Fargate, SNS, SQS, RDS, (yeah) EC2, SSM 3. a beautiful S3 browser 4. moar On top of that, you should be able to use it without defining a service. Feedback:
Image
1
9
Show this thread
Cloudash started as a serverless monitoring app and it serves this purpose very well. Long term, though it will become an **AWS desktop app for developers**. We want to completely remove the need for opening AWS console for the most common developer-focused use cases.
1
8
Show this thread
Being (fun/un)employed for the last couple of weeks allowed me to think about the next steps for . On the most superficial level, we are almost done with a new l website with better communication about what's the long-term goal.
1
23
Show this thread