https://serverless-stack.com/ logo
Join Slack
Powered by
# random
  • t

    thdxr

    11/25/2021, 11:26 PM
    Also for this super American dinner
    a
    • 2
    • 2
  • m

    manitej

    11/26/2021, 2:24 PM
    Me: types 500+ lines code without saving. Windows:
    f
    t
    • 3
    • 5
  • t

    thdxr

    11/29/2021, 3:09 PM
    https://twitter.com/KassandraSanch/status/1465191969370652674/photo/1
    j
    • 2
    • 1
  • r

    Ross Coundon

    11/30/2021, 2:11 PM
    We have a customer requirement where a 10Mb CSV will be uploaded once per week to a service we'll create. Then users, about 200 of them, will retrieve portions of that data, multiple times each day, via a web app that we'll also create and that will need to retrieve up to about 10k records - enough to require pagination. Users will also need to be able to further filter and search within that set of data. My assumption at the moment is that these are flat searches that are AND'd together. I'm pondering on the best approach with AWS. It seems like too simple a requirement to consider an RDS database but the search requirements mean that DynamoDB doesn't really work that well either. I'm thinking then that reading the contents of the data from S3 and performing the searching/filtering in memory might be the way to go. I know there's also the ability to query JSON and CSV directly from S3 but I've no experience with that and the docs I've looked make it look not quite as straightforward as using SQL. If in-memory is the way to go, any super-duper technologies for querying JSON/CSV that your have experience of? I'm wondering how you clever lot might approach this...what are your thoughts?
    t
    a
    s
    • 4
    • 13
  • s

    Sam Hulick

    12/01/2021, 1:20 AM
    HOLY CRAP, PEOPLE. Lambda’s /tmp folder’s max size is increasing from 512MB to 10GB!
    a
    t
    t
    • 4
    • 40
  • s

    Sam Hulick

    12/01/2021, 2:11 AM
    I love how Copilot tries to come up with SST constructs that don’t exist 😆 it really needs type awareness, badly
    d
    ö
    f
    • 4
    • 3
  • d

    Devin

    12/01/2021, 8:57 PM
    I’m using XState heavily for my project. How much do you all think this will help me for my understanding and skills around Step Funcitons?
    t
    • 2
    • 5
  • s

    Simon Reilly

    12/02/2021, 8:59 AM
    https://www.npmjs.com/package/aws-cdk V2 has landed
    r
    a
    t
    • 4
    • 6
  • c

    Clayton

    12/02/2021, 5:06 PM
    I’m not seeing those - @Ross Coundon are you inviting everyone? 🙌
    r
    o
    +2
    • 5
    • 5
  • s

    Sione

    12/03/2021, 10:38 PM
    I thought epsagon was gonna be shutted down?! from I remember seeing threads here and Twitter. I was checking out their site, look to be still in business with new pricing of 10m tracing for free! That's way cheaper than most if not all the tools I've looked into for serverless monitoring.
    j
    r
    +4
    • 7
    • 32
  • ö

    Ömer Toraman

    12/03/2021, 11:01 PM
    How often do you use Cloud9?
    f
    m
    +3
    • 6
    • 6
  • ö

    Ömer Toraman

    12/05/2021, 12:51 PM
    What code editor do you use? What do you think of JetBrains Fleet if you have seen it?
    r
    g
    +6
    • 9
    • 12
  • d

    Devin

    12/05/2021, 11:36 PM
    I hit this button today… thanks for all your help everyone here.
    j
    • 2
    • 1
  • m

    manitej

    12/07/2021, 3:59 PM
    AWS CloudFormation is down?
    g
    d
    • 3
    • 2
  • o

    Omi Chowdhury

    12/07/2021, 4:06 PM
    Well the cool thing about IaC is that you could just shift your dev env to a new region for the day, and delete it once your home region is back up
    g
    t
    +2
    • 5
    • 9
  • d

    Davide Ungari

    12/07/2021, 11:34 PM
    My personal suggestion is to avoid us-east-1
    s
    • 2
    • 1
  • a

    Adrián Mouly

    12/08/2021, 12:47 AM
    SEED runs there, apparently.
    j
    • 2
    • 1
  • s

    Sean Matheson

    12/09/2021, 3:54 PM
    Interesting zoom chat by planetscale team on CI/CD workflows. @thdxr think they will release a recording and slides.
    t
    r
    • 3
    • 8
  • s

    Sam Hulick

    12/15/2021, 11:34 PM
    anyone ever used Lambda provisioned concurrency? I thought it was supposed to keep a function warm, which it looks like it’s doing (I don’t see “Init Duration” in CloudWatch logs), but man, the startup time still feels like it’s a cold start to me. is it supposed to speed that up??
    t
    • 2
    • 4
  • s

    Sam Hulick

    12/18/2021, 1:21 AM
    does anyone understand cold starts with Lambda funcs? I thought if a function wasn’t invoked for about 4-5 mins or so, it spins down and then the next time it’s invoked, it’s a cold start (indicated by “Init Duration” in CloudWatch Logs). but I have an invocation at 2021-12-17T191339.467-06:00, and that was warm, then another invocation at 2021-12-17T191340.302-06:00 which shows “Init Duration: 525ms”. why would there be a cold start just a second later?
    g
    m
    r
    • 4
    • 27
  • t

    Tonny (sstNerd)

    12/19/2021, 4:49 AM
    Has been a fun week, all I’ve to say is THANK YOU all the SST community for making this happen, I’m in love with SST and even when I’ve not published my app yet (still WIP), I’ve enjoyed the development process (has been a long time since I really enjoyed to play/learn a different thing), you guys must know I come from a Laravel(PHP)/MySQL/Vue stack so my transition and change of mindset has been challenging BUT also SOFT b/c of your support on my very “newbie” questions XD So finally, yeah, thank you ALL of you! Looking forward to learn more and get back to the community as much as I can!
    j
    • 2
    • 1
  • r

    Ross Coundon

    12/20/2021, 10:21 AM
    Does anyone know of a way to access the browser agent that was used to initiate an API Gateway call, in the triggered lambda?
    t
    • 2
    • 3
  • g

    Garret Harp

    12/20/2021, 6:56 PM
    Just curious does algolia.com show a 404 for anyone else?
    j
    • 2
    • 1
  • d

    Devin

    12/20/2021, 7:58 PM
    I ran into this on the discord server. Looks like Remix + SST is doable. Now if only I had some free time https://github.com/ajhaining/remix-cloudfront-cdk-example/blob/main/lib/cdk-remix-app-stack.ts
    g
    • 2
    • 3
  • g

    Garret Harp

    12/21/2021, 4:18 AM
    Anyone have a good list of dynamodb libraries for node? Would be really curious to see if any of them actual manage some item relations for you I feel like theres a few common patterns I use all the time that would be nice to offload to a library. A prisma from dynamo would be so nice 😅
    s
    g
    • 3
    • 3
  • r

    Ross Coundon

    12/21/2021, 7:37 AM
    He's already turned https://twitter.com/houlihan_rick/status/1472969503575265283?s=20
    k
    t
    +3
    • 6
    • 11
  • g

    Gerald

    12/22/2021, 10:38 AM
    how much aws cron job cost? for example i am running a job every hour.
    r
    t
    • 3
    • 3
  • t

    thdxr

    12/22/2021, 12:44 PM
    AWS issues again 😬
    d
    o
    • 3
    • 2
  • s

    Sam Hulick

    12/22/2021, 5:00 PM
    does anyone have any opinions on reducing latency on API Gateway requests coming in from users around the world? I’m debating whether I should put my HTTP API behind a CloudFront distribution, or just switch to REST API.
    t
    j
    +3
    • 6
    • 30
  • t

    thdxr

    12/22/2021, 6:35 PM
    What are people using for forms with react? I'm aware of react-hook-form and Formik but looking for others. Particularly if they're very typesafe
    g
    j
    • 3
    • 10
1...456...10Latest