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

    Ross Coundon

    03/25/2021, 7:19 PM
    I posted this in a dedicated AWS workspace to no avail so posting here too in case anyone has any ideas I want to be able to provision users with a standard set of policies across multiple accounts created using Control Tower Account Factory. I.e. there'd be a user in each AWS account that had the same centralised set of policies applied. It seems like I need to use a Permission Set in SSO that can then be applied to a user when it's created. However, the only options that gives me is to select up to 10 AWS Managed Policies or create a single custom policy. The policies we want to apply are quite detailed as they're to enable a user to deploy a variety of AWS resources for a serverless deployment. It appears that if we go this route that we'd need to paste the content of all of our policies into a single Permission Set policy. I haven't tried yet as this seems a bit weird to me but I'd be surprised if the size of it was allowed. Am I thinking about this wrong or missing something? Any guidance greatly appreciated.
    f
    • 2
    • 6
  • d

    Damjan

    04/09/2021, 1:19 PM
    Is there a good resource for EventBridge that goes beyond what is is and why it's great ? Specifically interested in dev experience, how to manage schemas and if there's tooling to help.
    o
    • 2
    • 11
  • o

    Omi Chowdhury

    04/27/2021, 3:53 PM
    DAE: Submit a reply to an AWS support case, get an email few minutes later with “New correspondence added”, but when you go to check it is your own reply 🤦🏽‍♂️….gets me every time!
    f
    • 2
    • 1
  • t

    thdxr

    04/30/2021, 5:36 PM
    Looking forward to seeing SST at next year's cdkday 😄
    j
    f
    • 3
    • 3
  • t

    thdxr

    05/11/2021, 8:25 PM
    What are the biggest products you guys know of that are using full stack serverless in a meaningful way?
    o
    r
    +3
    • 6
    • 9
  • i

    Ibrahim Cesar

    05/15/2021, 2:22 PM
    Hello everyone! What are your opinion about Middy (https://github.com/middyjs/middy ) ? Ever tried? I’m using in a few projects and loving it. I even release my second (is just one my first steps in open source - fourth to be exactly) middleware: https://dev.to/aws-builders/redis-exploring-redis-as-serverless-database-to-solve-idempotence-in-apis-2gma
    r
    d
    a
    • 4
    • 17
  • m

    Matt Stibbard

    05/20/2021, 6:04 AM
    Hi all! Anyone able to give some DynamoDB advice to someone very fresh to the NoSQL world? Maybe there's a good resource you can point me to. I've looked at dynamodbguide and watched some videos but I'm still not grokking it I'm creating a site that has: • User profiles • Users create talent trees (think this) • Users vote on "leaves" within those talent trees My thinking to implement the DB is: • PK: USER#name • SK: ◦ PROFILE#name ◦ TREE#id Attributes for the TREE#id item would be name, createdAt etc, but this leaves me with the following questions: 1. how should I go about storing the tree hierarchy itself (json stored within the TREE#id?) 2. where should the votes be stored? Directly on the tree? 3. down the line i'd like to be able to have users revisit an old tree and see what they voted for... does this change the implementation?
    a
    r
    s
    • 4
    • 10
  • v

    Vignesh Rajagopalan

    05/25/2021, 7:17 AM
    a cool sst github action would be a nice to have: that automatically deploys your github repo for every push or merge.
    r
    t
    • 3
    • 3
  • d

    Dillon Peterson

    06/09/2021, 9:42 PM
    Any Notion fans out there? We are an early stage startup conducting market research on ways to enhance Notion for those who use it most. All I ask is for 15 minutes to learn your current use cases and future needs. Please DM me and let’s talk!
    t
    j
    o
    • 4
    • 4
  • m

    Mr.9715

    06/11/2021, 9:31 AM
    Hey guys, I have a random question not related to sst or serverless but github Action. in my github Action.. i have a build step(for react app) this step uses environment variables (Action secrets). I dont want to generate build 3 times, for dev staging and prod. so i am thinking to always generate build with placeholders and use sed to replace the environment variables in the build right before deployment. what could be the possibile drawbacks of doing this. below is a command that i came up with (run this inside the <build folder> which is generated after build)
    find . -type f -exec grep -Iq . {} \; -exec sed -i 's/Harshit/harshit/g' {} +
    f
    j
    r
    • 4
    • 12
  • t

    thdxr

    06/30/2021, 5:34 PM
    https://github.com/aws/aws-cdk-rfcs/pull/335/files#diff-a71a83268c245d42bb31ed212504cfbb0efb04e06635d61d6de2474f25f14dbdR37-R42
    f
    • 2
    • 3
  • d

    Danny

    07/09/2021, 12:09 AM
    did I just break NPM? 😛
    f
    • 2
    • 2
  • t

    thdxr

    07/09/2021, 12:16 AM
    how can you break something that's always broken
    d
    • 2
    • 1
  • d

    Danny

    07/17/2021, 10:42 AM
    Cloudflare Workers proxying to Lambda is almost 10x cheaper than API Gateway, and more awesome 😛 Don’t give Bezos all your money
    f
    • 2
    • 5
  • t

    thdxr

    07/19/2021, 1:47 PM
    how's everyone doing exception reporting with their serverless setups? Right now I'm using sentry and wrapping all my lambdas but wonder if there's a better way
    r
    k
    • 3
    • 3
  • o

    Omi Chowdhury

    07/19/2021, 4:14 PM
    Related note - what are people doing for handling DLQs? Ideal tool would act like sentry for SQS - alert me sanely, let me inspect failed messages, save them off the queue and let me resubmit pending messages back into the original queue - anything out there like that?
    t
    d
    f
    • 4
    • 4
  • o

    Omi Chowdhury

    07/21/2021, 4:05 PM
    Hey everyone - we’re hiring over here at Fragment 🙂 We’re a ledger API for fintechs, are backed by some amazing investors - Gradient (Google), Box Group and angels from a bunch of fintechs - and our stack is serverless (SLS → SST). More details here and feel free to DM if you have any questions
    j
    • 2
    • 1
  • l

    Louis Barclay

    07/26/2021, 3:12 PM
    Just want to give a shout out to this community. My startup, Cloakist, is heavily based around Lambda functions. Using sst makes my life as an indie hacker (team of one) so much easier than it should be. And the support I've got from the people here, especially @Frank, is absolutely nuts. What a cool product, and what a great team! I compare sst/Serverless Stack favourably with another product I use, Supabase - which I also absolutely love, but which doesn't have the completely awesome option of posting for help in a Slack channel and which I therefore find myself way more frustrated with when I'm blocked.
    r
    f
    +2
    • 5
    • 5
  • t

    thdxr

    07/27/2021, 3:47 PM
    What are people seeing in terms of response times from api gateway + lambda? I have an endpoint that's only doing a simple read from Dynamo and I'm seeing it take 100-200ms. Was really hoping for much faster
    r
    f
    • 3
    • 16
  • t

    thdxr

    08/04/2021, 3:30 PM
    Doing some profiling and curious what latencies other people are seeing. If you have a second can you hit this endpoint: https://2270mgssc9.execute-api.us-east-2.amazonaws.com/debug/scrap Let me know how fast it loads + where you're located. I'm seeing 50-60ms from NY
    a
    r
    +5
    • 8
    • 33
  • t

    thdxr

    08/10/2021, 3:46 PM
    I was writing up a long issue 😢
    f
    • 2
    • 1
  • s

    Sam Hulick

    08/11/2021, 5:18 PM
    I really need to break this bad habit of writing angry console.log messages when I’m frustrated 😄 sometimes they accidentally get committed
    r
    t
    • 3
    • 5
  • h

    Haider Abbas

    08/11/2021, 5:50 PM
    Hey Folks!, After drawing a complete architecture of my company client upcoming project which majorly uses flutter and firebase. And my bad is that i just came to know that Firebase is not HIPPA Compliant. 😢 Is their any HIPPA Compliant alternative which replace firebase consider as MBaaS (Mobile Backend as a Service) I am also ready to move on any cloud provider but keeping in mind Budget and Time Constraint. Please suggest me .. Thanks
    t
    • 2
    • 9
  • d

    Dennis Dang

    08/12/2021, 8:10 PM
    Funny little story We got CircleCI reaching out to us to win us over from Github Actions. But in actuality we're using Seed to build. Here's a snippet
    Copy code
    ... Nobody I've ever talked to has a 100% success rate on their default branch. Generally, an 80% success rate on a default branch is considered "elite", so that means 20/100 times a build fails. ...
    So with SST and Seed, i guess our build system is in the 95+% success rate, therefore elite.
    f
    g
    j
    • 4
    • 4
  • t

    thdxr

    08/13/2021, 8:39 PM
    I saw in one of the issues someone mentioned aws-cdk v2 is gonna be a monopackage. Does anyone know more about this?
    j
    • 2
    • 1
  • j

    Jacob Hayes

    08/13/2021, 8:54 PM
    For those that are one a very heavy event driven architecture, do you have any advice/tips for documentation of how various stacks, lamdba functions, etc. fit into your overall system and what does when? The company I work for is about to hire a handful of engineers as we grow and us two current devs are just thinking through onboarding and long term maintainability and explaining the whole ecosystem to new hires and reduce domain knowledge that just lives in our heads. Any tips and thoughts would be appreciated!
    t
    j
    +2
    • 5
    • 4
  • s

    Sam Hulick

    08/14/2021, 12:55 AM
    have a great weekend, everyone! 👋 as always, thank you to everyone who answered my never-ending questions 😄 made great progress this week on migrating from multiple Serverless Framework repos to a single SST monorepo
    t
    d
    a
    • 4
    • 4
  • a

    Ashishkumar Pandey

    08/17/2021, 3:06 AM
    Just for curiosity’s sake, what if I run
    npx sst start
    for a production application that has requests incoming @ 10/s. I understand that the latency would increase but would my local machine be able to deal with it? FYI - the machine is a Macbook Pro with 2.3GHz 8-core i9 with 16GBs of RAM. Also, if I dare to attempt this what could I do to better handle the incoming load ?
    a
    f
    • 3
    • 14
  • a

    Ashishkumar Pandey

    08/17/2021, 3:50 AM
    Don’t share this with AWS, those buggers might take it seriously and deprecate cloudformation just to bring something new. 😂
    t
    a
    f
    • 4
    • 12
  • s

    Sam Hulick

    08/18/2021, 4:33 PM
    am I way off-base here? this just seems like a huge flaw in CDK. https://github.com/aws/aws-cdk/issues/15929
    a
    t
    +2
    • 5
    • 11
12345...10Latest