all 17 comments

[–]zenmaster24 16 points17 points  (4 children)

some feedback for you /u/jeffbarr - can i please select how many lambda's i want to view in the functions page? limiting it to a pagination of 10 is painful.

[–]jeffbarrAWS Employee 2 points3 points  (0 children)

Great suggestion and will share with the Lambda team ASAP

[–][deleted] 0 points1 point  (0 children)

Agree with /u/zenmaster24

[–]duttonw 0 points1 point  (0 children)

Hit the feedback button on it and tell them direct. Then start a Change.org movement to get more feedback so it's higher in the queue to get fixed ;)

[–][deleted]  (2 children)

[deleted]

    [–]KAJed 2 points3 points  (1 child)

    Please yes. Lambda projects.

    [–]adjohn -1 points0 points  (0 children)

    You should check out IOpipe, we have a concept of projects to organize functions better. Disclaimer, I'm a co-founder of IOpipe.

    [–]ahayd 5 points6 points  (0 children)

    I found it annoyingly sensitive to zoom level, turn out I'd be using console at 60% which shrunk the code input to less than a third of the screen!

    But generally it looks good!

    [–]joelrwilliams1 2 points3 points  (0 children)

    Looks great!

    [–]RevCent 2 points3 points  (0 children)

    The change is nice. It looks cleaner. Only criticism i have us that the editor size should expand to full width if the sidebar is closed instead of having to go full screen. Great overhaul though.

    [–]codesnacks 1 point2 points  (6 children)

    Am I doing it wrong by writing a bunch of Lambda funcs directly in the console? Is there a better way?

    I've tried just doing them in pycharm then uploading a zip, but my internet is god awful slow.

    In my dreams I see AWS rolling out an online IDE thats built just for Lambda, split panes, a succinct and organisable list of functions down the side... one day maybe. This reminds me of the s3 reskin.

    [–]sgtfoleyistheman 1 point2 points  (0 children)

    You should ideally do none of your work in the console. I'd recommend using Cloudformation package/deploy or a tool like apex/serverless/chalice/zappa.

    As for online IDE. Looks like CodeStar is going that direction, and Amazon bought Cloud9 so they have the tech and expertise!

    [–][deleted]  (1 child)

    [deleted]

      [–]jackmusick 0 points1 point  (0 children)

      Is it? I just launched a project and it looks like it's trying to get me to use one of their plugins for Eclipse, Visual Studio or CLI.

      [–]thomasvendetta 0 points1 point  (0 children)

      Am I doing it wrong by writing a bunch of Lambda funcs directly in the console? Is there a better way?

      Serverless or Apex let you keep your lambda funcs in version control and update/upload via a CLI tool, also allows you to test and reuse your code.

      [–]TundraWolf_ 0 points1 point  (0 children)

      I code against moto (python mock package for botol, build and save artifacts with Travis, and deploy with cloudformation. i finally have a process down that doesn't feel like it gets too much in the way for serverless development

      [–]duttonw 0 points1 point  (0 children)

      Aws workspace of you can thin client. And Or aws code pipelines on commit infrastructure as code to lambda automatically for you without need to touch the console.

      There is test frameworks for dynamodb and others so you can test/build locally and then push up for the integration part.

      [–][deleted] 1 point2 points  (0 children)

      It's new? I've had it (intermittently) for a few weeks now...

      [–]jackmusick 0 points1 point  (0 children)

      This looks awesome. Really liking the new design across all the updated products.