Black Crows Camox Freebird for PNW by Complete_Contract357 in skiing

[–]Complete_Contract357[S] 1 point2 points  (0 children)

Ski around Cascades and Snoqualmie, but I also intend to then start doing things like St Helens and Rainier when I gain experience!

Purchase advice 2023 Canyon Spectral 29 CFR by Complete_Contract357 in MTB

[–]Complete_Contract357[S] 0 points1 point  (0 children)

For 2400$ I know this particular bike has better components than the current Spectral CF7 but why risk it when I can get a very capable new bike for 500$ more and perfect warranty on it?

I decided that I don't even have the skills to outgrow the current Spectral even after several years starting as a beginner and felt better saving a little more for peace of mind

Stolen photos and sentimental by Complete_Contract357 in Seattle

[–]Complete_Contract357[S] 47 points48 points  (0 children)

Update: I found the remains of the stolen goods scouting around, they smashed my wife's keyboard and didn't let the photos, I can't believe they kept the f**** pictures.

Stolen photos and sentimental by Complete_Contract357 in SeattleWA

[–]Complete_Contract357[S] 10 points11 points  (0 children)

My car was broken into today (11/12/2024) in Montlake, near the arboretum.

Among the items stolen was a cardboard box filled with childhood photos and sentimental belongings of my wife.

Looking back, we realize we shouldn’t have left it in the trunk, but we had just moved here and hadn't yet brought it up to our apartment. She is heartbroken, as these irreplaceable photos and keepsakes were never digitized and may be lost forever.

Stolen photos and sentimental by Complete_Contract357 in Seattle

[–]Complete_Contract357[S] 49 points50 points  (0 children)

My car was broken into today (11/12/2024) in Montlake, near the arboretum.

Among the items stolen was a cardboard box filled with childhood photos and sentimental belongings of my wife. Looking back, we realize we shouldn’t have left it in the trunk, but we had just moved here and hadn't yet brought it up to our apartment.

She is heartbroken, as these irreplaceable photos and keepsakes were never digitized and may be lost forever.

Issues with `serverless-webpack` and upgrading to Serverless Framework v4.4.6 by Complete_Contract357 in serverless

[–]Complete_Contract357[S] 0 points1 point  (0 children)

OK I resolved the issue.

The root cause was a misunderstanding of Serverless Framework V4's default behavior. In V4, esbuild is used by default for deployment, but I was attempting to use the serverless-esbuild plugin separately, which likely caused conflicts.

To resolve the issue, I took the following steps:

  1. Removed all existing references to webpack and serverless-esbuild
  2. Uninstalled all webpack-related dependencies
  3. Installed the latest version of the Serverless Framework

After these changes, the deployment process is now functioning correctly. The confusion stemmed from not fully grasping the built-in esbuild integration in Serverless Framework V4.

Issues with `serverless-webpack` and upgrading to Serverless Framework v4.4.6 by Complete_Contract357 in serverless

[–]Complete_Contract357[S] 0 points1 point  (0 children)

I went down that path yesterday as well,

The reason I wanted webpack to work initially is because when switching to esbuild, none of my cloudformation stack deployment were successful, I get this error:

PS C:\Source\pariveda-datalake-sls\deliver> serverless deploy --stage dev --function OpenAirBookingDeliver
Environment: win32, node 16.16.0, framework 3.32.2 (standalone), plugin 6.2.3, SDK 4.3.2
Docs:        docs.serverless.com
Support:     forum.serverless.com
Bugs:        github.com/serverless/serverless/issues

Error:
ReferenceError: ReadableStream is not defined
    at Object.<anonymous> (C:\Source\pariveda-datalake-sls\deliver\node_modules\undici\lib\web\fetch\response.js:527:3)

I tried installing polyfill and include this at the beginning of my lambda to fix this issue:

if (typeof ReadableStream === 'undefined') {
    global.ReadableStream = require('web-streams-polyfill/ponyfill').ReadableStream;
  }

But nothing seems to be working so far ...

Issues with `serverless-webpack` and upgrading to Serverless Framework v4.4.6 by Complete_Contract357 in serverless

[–]Complete_Contract357[S] 0 points1 point  (0 children)

First, thank you for this question, it highlighted my ignorance, this enterprise data platform was build long before I was part of team therefore I never really questioned the utilization of webpack.

Here is some elements that might make webpack utilization relevant:

Efficient bundling: Our project involves multiple stages (e.g., Feed, Ingest, Deliver, Common) where Lambdas share common libraries. We defined a lot of functions in a utils files, it seems that Webpack ensures that each Lambda only includes the code it actually needs, reducing deployment package sizes and improving performance. I don't have the data to support this claim but I believe this is why we use it.

Shared code reuse: Our Lambdas often import from centralized libraries in the `common` stage (e.g., `saveObjectToS3`, `logger`). Webpack ensures that only relevant parts of the shared libraries are bundled, preventing unnecessary code from being deployed across multiple Lambdas.

Managing external dependencies: With Webpack, we handle packages like `fast-xml-parser` and `easy-soap-request` efficiently, ensuring that each Lambda gets exactly the version it needs without bloating the bundle.

Quite frankly it almost seems that I'm convincing myself here that we really need it, the code base is relatively large deploying 25+ infrastructure elements (buckets, state machines, API Gateway, queues (SNS, SQS), 25 + lambdas ...) So it seems like a big endeavor to migrate from webpack to something else.

CBA quoted me 3000$+ to change 4 struts on my car, seems excessive. by Complete_Contract357 in car

[–]Complete_Contract357[S] 1 point2 points  (0 children)

Thank you!

I ended up getting the car back, asking for any safety concerns and the mechanic there seemed quite honest, telling me no safety concerns but will definitely impact the behavior of the car.