HackerTrans
TopNewTrendsCommentsPastAskShowJobs

rytrix

no profile record

Submissions

Understanding AWS Lambda Proactive Initialization

aaronstuyvenberg.com
1 points·by rytrix·3 वर्ष पहले·0 comments

[untitled]

1 points·by rytrix·3 वर्ष पहले·0 comments

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

github.com
1 points·by rytrix·4 वर्ष पहले·0 comments

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

doordash.engineering
1 points·by rytrix·4 वर्ष पहले·0 comments

The Case for Purpose-Built Databases

aws.amazon.com
2 points·by rytrix·4 वर्ष पहले·0 comments

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

intercom.com
1 points·by rytrix·4 वर्ष पहले·0 comments

Using CloudFront Signed URLs with Built-In S3 Authenticated Access

doordash.engineering
3 points·by rytrix·5 वर्ष पहले·0 comments

DoorDash Quickly Spins Up Multiple Image Recognition Use Cases

doordash.engineering
2 points·by rytrix·5 वर्ष पहले·0 comments

Fully Managed RStudio on Amazon SageMaker for Data Scientists

aws.amazon.com
5 points·by rytrix·5 वर्ष पहले·0 comments

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

aws.amazon.com
2 points·by rytrix·5 वर्ष पहले·0 comments

Scaling Ad Verification with Machine Learning and AWS Inferentia

aws.amazon.com
2 points·by rytrix·5 वर्ष पहले·0 comments

Separating User Data with Multi-Tenancy to Improve User Management

doordash.engineering
1 points·by rytrix·5 वर्ष पहले·0 comments

Boilerplate to kickstart creating an NPM package using TypeScript

github.com
2 points·by rytrix·5 वर्ष पहले·1 comments

AWS EKS Anywhere Now in GA

aws.amazon.com
2 points·by rytrix·5 वर्ष पहले·0 comments

Decoding the Social Effects of Media with Machine Learning

aws.amazon.com
1 points·by rytrix·5 वर्ष पहले·0 comments

Why Burnout Is Hard to Detect

doordash.engineering
1 points·by rytrix·5 वर्ष पहले·1 comments

Increasing Operational Efficiency with Scalable Forecasting

doordash.engineering
1 points·by rytrix·5 वर्ष पहले·0 comments

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

aws.amazon.com
1 points·by rytrix·5 वर्ष पहले·0 comments

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

aws.amazon.com
3 points·by rytrix·5 वर्ष पहले·0 comments

Happy 15th Birthday Amazon EC2

aws.amazon.com
3 points·by rytrix·5 वर्ष पहले·0 comments

comments

rytrix
·3 वर्ष पहले·discuss
Multiple contracts or multiple full time positions (i.e. overemployed)
rytrix
·3 वर्ष पहले·discuss
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 वर्ष पहले·discuss
> 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 वर्ष पहले·discuss
No.
rytrix
·5 वर्ष पहले·discuss
> 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 वर्ष पहले·discuss
Everything *is* fine now. The status page previously reflected an issue much quicker than last time.
rytrix
·5 वर्ष पहले·discuss
Features include:

Semantic Release, Issue Templates, GitHub Actions, Codecov, VSCode Launch Configurations, TypeScript, Husky, Lint Staged, Commitizen, Jest, ESLint, Prettier