If you need to throw up an #API on #AWS infrastructure quickly, why not give mvp-rocketship-template a try? It's a simple #InfrastructureAsCode #SAM template that gives you a starting point of: #Lambdas + #DynamboDb behind #APIGateway, protected by #Cognito. https://github.com/instantiator/mvp-rocketship-template
#API #aws #infrastructureascode #sam #lambdas #dynambodb #apigateway #cognito
RT @amyg12345: Need to run your AWS applications or Lambdas entirely on your local machine without connecting to a remote cloud provider? Check out the latest #docker extension:
https://t.co/9T7IDqa2Ua
#docker #dockerextensions #aws #lambdas
#docker #dockerextensions #aws #lambdas
Need to run your AWS applications or Lambdas entirely on your local machine without connecting to a remote cloud provider? Check out the latest #docker extension:
https://hub.docker.com/extensions/localstack/localstack-docker-desktop
#docker #dockerextensions #aws #lambdas
#docker #dockerextensions #aws #lambdas
One of the more prominent trends in 2022 was the migration to more serverless-based architectures. From #Lambdas to Fargate to #DynamoDB, we saw it all. But what is a #serverless architecture? #dotnet #devops
Serverless architecture is a software architecture that allows developers to build and run applications and services without worrying about the underlying infrastructure. It is characterized by a pay-per-use model, with the infrastructure provided by a cloud provider on demand.
#lambdas #dynamodb #serverless #dotnet #devops
Find out on Foojay :foojay: Today why #Azul is excited about the #Amazon #AwsCloud launch of #SnapStart for #Java #Lambdas, reducing the cold start time of a Java lambda up to 10x faster!
Thanks again @hansolo_ and @speakjava for your advocacy of #CRaC all over the world!
https://foojay.io/today/azul-provides-the-crac-in-aws-snapstart-builds/
#azul #amazon #awscloud #snapstart #java #lambdas #crac #foojaytip
The #CRaC project in #OpenJDK, led by #Azul, is gaining momentum as it has been integrated in #AWS #SnapStart for #Lambdas and multiple frameworks like #Quarkus, #Micronaut, and #SpringBoot.
Using checkpoint/restore mechanisms allows #Java applications to startup very fast.
Read more on https://www.azul.com/blog/aws-snapstart-builds-momentum-for-the-crac-api/
#crac #openjdk #azul #aws #snapstart #lambdas #quarkus #micronaut #springboot #java
RT JavaAdvent: Look what our St. Nicholas, aka \@nicolas_frankel, brought us today.
„#Exceptions in #Java #Lambdas“ is #javaadvent22's treat for you today.
Check it out: https://www.javaadvent.com/2022/12/exceptions-lambdas.html?mtm_campaign=JavaAdvent2022&mtm_source=twitter
#exceptions #java #lambdas #javaadvent22
Look what our St. Nicholas, aka Nicolas Fränkel, brought us today.
„Exceptions in Java Lambdas“ is Java Advent's treat for you today.
Check it out: https://www.javaadvent.com/2022/12/exceptions-lambdas.html?mtm_campaign=JavaAdvent2022&mtm_source=linkedin
#javaadvent22 #exceptions #java #lambdas
@mmadson I love smart languages. #Linq in C# is for me much smarter as #JavaStreamingAPI with its methods like mapToDouble, mapToInteger, … why not having a single method like Select like in C#. And using local variables in #Lambdas in Java is not natural… why not allowing lambdas in count() or other #Aggregates ? But concerning languages, everyone of us has its special flavor. 😊
#LINQ #JavaStreamingAPI #lambdas #Aggregates