HackerTrans
トップ新着トレンドコメント過去質問紹介求人

rytrix

no profile record

投稿

Understanding AWS Lambda Proactive Initialization

aaronstuyvenberg.com
1 ポイント·投稿者 rytrix·3 年前·0 コメント

[untitled]

1 ポイント·投稿者 rytrix·3 年前·0 コメント

Amazon-translate-subtitles: Translates subtitles to the provided language

github.com
1 ポイント·投稿者 rytrix·4 年前·0 コメント

Using a Multi-Armed Bandit with Thompson Sampling to Identify Responsive Dashers

doordash.engineering
1 ポイント·投稿者 rytrix·4 年前·0 コメント

The Case for Purpose-Built Databases

aws.amazon.com
2 ポイント·投稿者 rytrix·4 年前·0 コメント

Infrastructure at speed: 5 lessons learned from building Intercom in Europe

intercom.com
1 ポイント·投稿者 rytrix·4 年前·0 コメント

Using CloudFront Signed URLs with Built-In S3 Authenticated Access

doordash.engineering
3 ポイント·投稿者 rytrix·5 年前·0 コメント

DoorDash Quickly Spins Up Multiple Image Recognition Use Cases

doordash.engineering
2 ポイント·投稿者 rytrix·5 年前·0 コメント

Fully Managed RStudio on Amazon SageMaker for Data Scientists

aws.amazon.com
5 ポイント·投稿者 rytrix·5 年前·0 コメント

New for AWS Distro for OpenTelemetry Tracing Support Is Now Generally Available

aws.amazon.com
2 ポイント·投稿者 rytrix·5 年前·0 コメント

Scaling Ad Verification with Machine Learning and AWS Inferentia

aws.amazon.com
2 ポイント·投稿者 rytrix·5 年前·0 コメント

Separating User Data with Multi-Tenancy to Improve User Management

doordash.engineering
1 ポイント·投稿者 rytrix·5 年前·0 コメント

Boilerplate to kickstart creating an NPM package using TypeScript

github.com
2 ポイント·投稿者 rytrix·5 年前·1 コメント

AWS EKS Anywhere Now in GA

aws.amazon.com
2 ポイント·投稿者 rytrix·5 年前·0 コメント

Decoding the Social Effects of Media with Machine Learning

aws.amazon.com
1 ポイント·投稿者 rytrix·5 年前·0 コメント

Why Burnout Is Hard to Detect

doordash.engineering
1 ポイント·投稿者 rytrix·5 年前·1 コメント

Increasing Operational Efficiency with Scalable Forecasting

doordash.engineering
1 ポイント·投稿者 rytrix·5 年前·0 コメント

Protect PII with Amazon S3 Object Lambda to process/modify data on retrieval

aws.amazon.com
1 ポイント·投稿者 rytrix·5 年前·0 コメント

AWS Backup Audit Manager: Monitor, Evaluate, and Demonstrate Backup Compliance

aws.amazon.com
3 ポイント·投稿者 rytrix·5 年前·0 コメント

Happy 15th Birthday Amazon EC2

aws.amazon.com
3 ポイント·投稿者 rytrix·5 年前·0 コメント

コメント

rytrix
·3 年前·議論
Multiple contracts or multiple full time positions (i.e. overemployed)
rytrix
·3 年前·議論
No, it's global. The employees in the EU will be notified some months after the US (likely because of stronger labor laws in the EU)
rytrix
·4 年前·議論
> Is performance tuning a relevant topic for AWS Lambda though?

Lambdas are also used for request/response workflows, not necessarily just async background tasks.

Another use case is lambda resolvers with AppSync if you need some sort of data that can't be obtained with the native resolvers (i.e. DynamoDB)

> Beyond the choice of the lambda runtime and how much RAM is provisioned, what else is there that's worth being tuned?

The amount of RAM being allocated to a lambda function also controls the vCPU granted to the lambda function.

There's a nice balance that can be struck with power tuning where you're paying more per millisecond for a higher RAM configuration but the duration of each invocation improves enough to the point where you're actually paying less.
rytrix
·4 年前·議論
No.
rytrix
·5 年前·議論
> Noted. FWIW SMS is not a requirement to use /tap. And I would love to build more messaging integrations. email me with suggestions!

LINE messenger in Southeast Asia KakaoTalk in South Korea
rytrix
·5 年前·議論
Everything *is* fine now. The status page previously reflected an issue much quicker than last time.
rytrix
·5 年前·議論
Features include:

Semantic Release, Issue Templates, GitHub Actions, Codecov, VSCode Launch Configurations, TypeScript, Husky, Lint Staged, Commitizen, Jest, ESLint, Prettier
rytrix
·5 年前·議論
That's interesting, do you know if they put out a postmortem?
rytrix
·5 年前·議論
Always reminds me of https://www.youtube.com/watch?v=KbKdKcGJ4tM
rytrix
·5 年前·議論
Give WASM a go