https://serverless-stack.com/ logo
Join SlackCommunities
Powered by
# random
  • s

    Sam Hulick

    03/27/2022, 6:49 PM
    more validation that leaving Serverless Framework was the right move. I suddenly am unable to deploy changes to one of our other stacks. no useful error, just “Access Denied”. 😕 the funny thing is, nothing changed, to my knowledge. it just stopped working today
    r
    • 2
    • 3
  • j

    Jon Holman

    03/27/2022, 7:48 PM
    with SST how does everyone define all of their API Paths? I was interviewing with a company and in their technical challenge they insisted the API paths be defined via an OpenAPI file. I had not used an OpenAPI file since moving to CDK, I used it for one project with AWS SAM. I used SST for my solution, I found using
    apigateway.SpecRestApi
    to be limiting. I don't think the issue was AWS CDK, I think the issue is insisting on an OpenAPI file. So I'm just curious what do most companies use. Do many companies really use OpenAPI files?
    c
    • 2
    • 6
  • j

    Jay

    03/28/2022, 11:05 AM
    It looks like @Akos ‘ post is on HN!
    r
    t
    +3
    • 6
    • 8
  • t

    thdxr

    03/28/2022, 3:28 PM
    ^ yeah the way I think about it is the decision is pretty simple 1. If you want to run everything locally, you have to pick open source tools that can be scaled down into a container (RMQ, Redis, Postgres, etc) 2. If you want to take advantage of very purpose built closed source managed services (sqs, eventbus, snowflake, etc) you need to develop in the cloud (and find a way to make that smooth) With #1 I actually think local development sucks. You have to use something like docker-compose to bring stuff up, stuff never works right across different os's people have, there's .env files you need to pass around. And I also think it's weird to decide what you're using in prod based on how you want to develop things With #2 there are rough edges but it was a lot worse even a year ago so things are improving quickly
    g
    • 2
    • 1
  • t

    thdxr

    03/28/2022, 3:32 PM
    I really wanted to just leave a comment there being like, "none of this matters - just go to plain.com and look at what they're shipping and are you really going to tell me they're a disaster"
    g
    a
    • 3
    • 4
  • t

    thdxr

    03/29/2022, 4:40 PM
    GraphQL people do you like this - https://github.com/hayes/pothos Basically lets you define the gql schemas + resolvers together. Similar to nexus but this gives you 100% typesafety without any codegen on the backend
    a
    g
    r
    • 4
    • 4
  • s

    Serkan Özal

    03/29/2022, 5:16 PM
    Hi folks, This is Serkan. I am CTO & Co-Founder of Thundra (thundra.io) which is tracing and debugging solution for serverless applications. In my free times I am working on some side projects and last weekend I have implemented a simple utility (
    treq
    ) to trace module imports/requires to show you the most expensive dependencies to be imported/required during coldstart: https://github.com/serkan-ozal/treq I hope you find it useful and it help you while investigating coldstart delays. Waiting for your feedbacks. Cheers -- Serkan
    t
    r
    c
    • 4
    • 7
  • c

    Cristian Pallarés

    03/30/2022, 7:26 AM
    Oh, cool
    j
    • 2
    • 1
  • r

    Ross Coundon

    04/04/2022, 2:52 PM
    I’m very pleased to announce @Gabriel Araújo has joined Leadent Digital to help us build out our serverless products on Serverless Stack 😄 🎉
    t
    g
    +3
    • 6
    • 7
  • j

    Jay

    04/04/2022, 5:11 PM
    This is what I go to Twitter for https://twitter.com/thdxr/status/1510814420691083267?s=20&t=I1fJzUyxQdfZMjA6vG5Dsw
    t
    t
    m
    • 4
    • 5
  • m

    manitej

    04/05/2022, 3:29 AM
    https://twitter.com/CultureCrave/status/1510936623839531008?t=fSdHm2aLHNJCJ3NzNEKxRA&s=09
    j
    • 2
    • 1
  • j

    Jay

    04/06/2022, 9:49 PM
    https://twitter.com/jbesw/status/1511811367069749255
    s
    t
    +2
    • 5
    • 36
  • t

    thdxr

    04/07/2022, 6:54 PM
    lol
    a
    j
    • 3
    • 3
  • t

    thdxr

    04/07/2022, 11:41 PM
    What are some non-AWS services you guys are using? Looking for the top few you'd almost always use no matter the project - eg Sentry
    j
    • 2
    • 1
  • d

    Devin

    04/07/2022, 11:50 PM
    Stripe and XState. Something for feature flags
    t
    m
    +2
    • 5
    • 7
  • s

    Serkan Özal

    04/11/2022, 4:23 PM
    Hi folks, I have launched my hobby project Globadge (https://globadge.com): a free badge service. And the first badge goes to serverless of course :) You can get latest version of AWS Lambda layer as badge https://www.globadge.com/badges/serverless#aws-lambda-latest-layer-version Have an idea for a new badge? Please let me know it :)
    m
    j
    • 3
    • 4
  • r

    Ross Gerbasi

    04/12/2022, 6:56 PM
    If you're just laying around today at 4pm CDT and wanna hear be ramble on about Serverless come on by my talk 🙂 Will be showing some SST and Arc.codes. Pretty basic stuff, but should be a good time, or maybe not who knows. https://twitter.com/rawss/status/1513953621335023619
    d
    • 2
    • 2
  • g

    Gjorgji Kjosev

    04/13/2022, 6:12 PM
    Thoughts on this hook? Yay or nay? 😄 https://gist.github.com/spion/09af04ea2ae8b6858e8edce11002b063
    t
    • 2
    • 2
  • a

    Arpad

    04/16/2022, 11:02 AM
    So I've just discovered CDK Custom Resources and they seem pretty cool. It got me wondering, has anyone used this before for more interesting use cases? I see that you can run aws-cli commands with it (e.g. validate an SES domain), but I was wondering if people used it for stuff outside AWS, I can see it useful for creating resources outside AWS and use the results inside cdk.
    a
    j
    • 3
    • 3
  • d

    Dillon Peterson

    04/18/2022, 4:57 PM
    Howdy y'all! My company is planning an AWS/SST ML event (may LIVE stream) at Capital Factory in Austin, TX. Would any of you be interested in attending a LIVE stream 👀? What other topics would you like to see covered, as far as machine learning and SST go? Here's the tentative description: "Build, Train and Deploy a Model on AWS: This event will cover end-to-end use of Amazon Web Services to build, train and deploy an accurate machine learning model using SaaS product for example. You'll learn how to leverage Serverless Stack (SST), AWS Lambda, S3, Sagemaker, Amazon DynamoDB to create a highly available, scalable and affordable machine learning model in production."
    o
    s
    +2
    • 5
    • 26
  • k

    Karolis Stulgys

    04/19/2022, 9:56 AM
    Built with sst: https://www.producthunt.com/posts/tailwindpdf Leave a feedback/upvote if you find this useful 🙏
    c
    d
    +2
    • 5
    • 7
  • j

    Jay

    04/19/2022, 3:49 PM
    Also @thdxr makes his own memes https://twitter.com/thdxr/status/1516394798407692291
    j
    • 2
    • 1
  • r

    Robert Chandler

    04/20/2022, 12:35 AM
    Any recommendations for higher level TS interfaces to dynamodb than DocumentClient?
    t
    j
    t
    • 4
    • 19
  • m

    manitej

    04/20/2022, 3:16 PM
    RIP node-fetch ⚰️ https://nodejs.org/en/blog/announcements/v18-release-announce/
    t
    r
    l
    • 4
    • 4
  • m

    manitej

    04/20/2022, 7:11 PM
    https://twitter.com/diegohaz/status/1516516547342352391?s=21&t=GLQQ01BuihVCCvU7i49ODg
    j
    • 2
    • 1
  • t

    thdxr

    04/21/2022, 7:00 PM
    Woooah
    r
    • 2
    • 1
  • t

    thdxr

    04/21/2022, 7:00 PM
    https://twitter.com/MarcJBrooker/status/1517193818914705408?t=ow22uU84QIxMHACOYqJixA&s=19
    r
    f
    +5
    • 8
    • 34
  • t

    thdxr

    04/22/2022, 3:17 PM
    does anyone here use vscode breakpoint debugging regularly and see issues with breakpoints being missed or high cpu usage?
    r
    g
    r
    • 4
    • 10
  • t

    thdxr

    04/26/2022, 1:36 AM
    For those of you following domain driven design patterns - have you ever considered using GQL as the domain interface given its ability to do fairly complex things? I'm noticing my domain and GQL api tend to be 1:1 for the most part and the pure domain layer is starting to feel like boilerplate. A lot become simplified if you collapse them into one
    k
    g
    • 3
    • 58
  • t

    thdxr

    05/05/2022, 2:41 AM
    curious if people prefix their IDs in their database or API, eg
    Copy code
    usr-<ulid/uuid>
    a
    g
    +2
    • 5
    • 10
1...678910Latest