Login
Discover
Waves
Communities
Login
Signup
Topics
#lambda
Global
Trending
Hot
New
Top
#lambda
New
Top communities
Create your community
latest #lambda created topics - older | Ecency
mysportshop
airdrop
8y
Don"t Miss, 3 Crypto Airdrop(Lambda,Intro,Payther) Join Fast
In This Video , I Will Tell You About Three Airdrop For Daily Airdrop👌👌 Subscribe Our Channel☝☝ Airdrop Link👇👇 1-LAMBDA- 2-INTRO- 3-Payther-
$ 0.000
3
4
touhidalam69
utopian-io
8y
Linqjs Tutorial #02 - Lambda Expression (Distinct, OrderBy, SelectCustomizeColumn, ToJSONString)
Repository What Will I Learn? You will learn how to distinct values from array using linqjs. You will learn how to order by array values in ascending order. You will learn how to order by array values
$ 0.495
20
3
1
steemcrew
mandelaeffect
8y
The Lambda "A"
Another usage of the Lambda "A" in place of what we've been used. I've seen many businesses using this now. In this case, there is only one image in Google images with the old A. It's also on
yogibear
lambda
8y
!
Low reputation account with an unverified outbound link, Reveal content
AWS API Gateway + Lambda(NodeJS function) + DynamoDB to PutItem and GetItem Test Drive
I'd be really pressed to find relevant and even helpful material online, with actually working examples if you want to get started with API Gateway and Integration via Lambda, particularly when you wish
ohk5004
aws
8y
AWS API Gateway와 Lambda를 이용하여 serverless api를 구성해보자
특정 시스템에서 날씨데이터를 가져와야할 상황이 생겼다. 하지만 폐쇄된 네트워크 환경에서 특정 Host로만 접속이 가능한 상황이였고 날씨 뿐만 아니라 같은 Host에서 다른 정보도 함께 가져와야하는 경우이다. 중간에 Proxy를 두어 경유하여 데이터를 가져와서 처리하기로 했는데 Proxy 서버는 안정성이 중요했고 관리를 위한 비용을 최소화 하기를 원했다. 이럴때
blog.coinlab
computing
9y
간략히 읽는 컴퓨팅 아키텍쳐의 역사 – 2. 컴퓨팅 아키텍처를 알아서 뭘 어쩌라고? 빅데이터 이해하기
우리가 흔히 접하는 윈도우OS를 이용하는 퍼스널 컴퓨터 안에는 앞서 설명한 ‘연산’, ‘조건문’, ‘루프’, ‘데이터’, ‘프로세스’를 효과적으로 하기 위해 만든 나름 최선의 조합의 ‘역사’가 들어있다. 그 역사는 지금 우리가 어떻게 ‘인공지능’이나 ‘클라우드’, ‘빅데이터’ 같은 새로운 컴퓨팅 아키텍처를 갖게 되었는지에 대해 이해할 수 있는 단서를 제공한다.
scala
aws
9y
!
Low reputation account with an unverified outbound link, Reveal content
Article Image AWS Simple Email Service kullanarak mail göndermek (Lambda+Nodejs) [Turkish Content]
AWS Lambda ile yaşamınızı (daha doğrusu şirketteki yaşamınızı) tamamen otomatik hale getirmek ve kendi sanal ordunuza bu tür işleri yaptırmak istiyorsanız büyük olasılıkla yolunuz AWS Lambda fonksiyonlarına
notoriouspp
programming
9y
[Programming][Java][Guide] Using Lambda Expressions In Java [Part 1]
My first post on Steemit, and I hope it's good! This is will be a start of a series (depending on how many people are interested) on Java development. I have been programming for over 8 years, and one
parkjp
kr
9y
[Java] 람다 표현식, 람다란?
1. 람다 표현식(Lambda Expressions)이란? 람다 표현식은 메서드로 전달할 수 있는 익명 함수를 단순화한 것이라고 할 수 있다. 람다 표현식에는 이름은 없지만, 파라미터 리스트, 바디, 반환 형식, 발생할 수 있는 예외 리스트는 가질 수 있다. 람다의 특징 A. 익명 보통의 메서드와 달리 이름이 없으므로 익명이라 표현한다. 구현해야 할 코드에
raevilcoin
aws
9y
!
Low reputation account with an unverified outbound link, Reveal content
AWS Lambda deployment right from IntelliJ
*Heads-up: Only Java Context/Environment: Product development → Microservices based arch. → Lots of AWS Lambdas Old routine Open IntelliJ ↳ Write code (AWS Lambda) ↳
hvonsteemit
php
9y
The power of Anonymous functions (Closures) in PHP
Anonymous functions (someone call them Lambda functions), also known as closures (in PHP), allow the creation of functions which have no specified name.They were introduced in PHP 5.3.Because the function
rameeha
amazonwebservice
9y
AWS Kinesis Stream In Detail Review
I am new to AWS. I have implemented some functionalities in aws using java. My requirement is to insert a csv of 50MB to RDS PostgreSQL instance at a time. I tried with aws lmabda service. But after 5
hirennamera
lambda
9y
Use of lambda function
Using Lambda with Map, Filter, and Reduce functions Lambda functions are usually used in conjunction with the functions like map(), filter(), and reduce(). Let us illustrate their usage. The map function
stevet3ch
blockchain
9y
How AWS can help you start an ICO
Amazon has become the leading Infrastructure provider for big and small business. How can this help a standalone developer that understand blockchain technology and want to disrupt current companies? It's
rabin-mallick
python
9y
Lambda Expressions - python
Lambda Expressions - python
petarjs
aws
9y
Ultra Fast Image Resizing with AWS Lambda
Recently I worked on a project that required fast image resizing. The result - resizing 1000 images (around 1.2 GB) to 2 thumbnail sizes in a little less than 3s. When I say resizing, I actually mean getting
markhu
groovy
9y
Looking forward to 2017q4
Serverless Groovy JVM scripts REST microservice JSON in the Amazon Cloud (AWS). How to build a microservice with AWS Lambda in Groovy (in less than 5 minutes) (2015 simple + Gradle) Serverless Microservices
alketcecaj
lambdaexpressionsjava
9y
What are the most common uses of lambda expressions in Java?
Lambda expressions in Java are implemented through functional interfaces that can represent abstract concepts as for example functions, actions or predicates. Here are some examples where the result is
junn
python
9y
Python Lambda expression in For Loop
While I discussed an error with my colleage, I can find a simple solution. 후배의 python 질문에 대해 대답해주다가 알게된 간단한 내용. 어떤 함수를 다른 함수의 변수처럼 사용하거나, 어떤 상황에 맞게 변화하는 함수를 만들때 lambda 함수를 사용할 수 있다. 좀더 자세한 설명은 이곳 ( 참조
adrai
serverless
9y
Unveiling Amazon's hidden plans for AWS Lambda
Disclaimer: All claims and ideas described in this post are pure personal opinions. Similarities with Amazon AWS's official or strategic plans would be accidental and unintentional. Lambda and serverless
← Latest
Older →