When the function is first invoked, the file system is automatically mounted and made available to function code.
İşlevler ilk kez çağrıldığında dosya sistemi otomatik olarak bağlanır ve işlev kodu tarafından kullanılabilir hale gelir.
Your function code can access a writable/tmp directory storage of 512 MB.
İşlev kodunuz 512 MB boyutunda, üzerine veri yazabildiği bir/tmp dizinine erişebilir.
You can use the emulator to test if your function code is compatible with the Lambda environment, runs successfully and provides the expected output.
İşlev kodunuzun Lambda ortamıyla uyumlu olup olmadığını, başarıyla çalışıp çalışmadığını ve beklenen çıktıyı verip vermediğini test etmek için öykünücüyü kullanabilirsiniz.
This stream contains the logs which are generated from within your function code, and also those generated by the Lambda service as part of the invoke.
Bu akış, işlev kodunuzun içinden oluşturulan günlükleri ve ayrıca çalıştırmanın bir parçası olarak Lambda hizmeti tarafından oluşturulan günlükleri içerir.
Extensions are companion processes which run within Lambda's execution environment which is where your function code is executed.
Uzantılar, işlev kodunuzun yürütüldüğü Lambda yürütme ortamında çalışan yardımcı işlemlerdir.
The files required for execution of function code can be read by the default Lambda user.
İşlev kodunun yürütülmesi için gereken dosyalar, Lambda kullanıcısı tarafından okunabilmelidir.
When using Node.js or Python, you can write the function code using the code editor in the AWS Lambda console, which allows you to create and test functions, as well as view the results of their execution as in the cloud IDE.
Node.js veya Python kullanıyorsanız AWS Lambda konsolundaki kod düzenleyiciyi kullanarak işlevlerinizin kodunu yazabilir, işlevlerinizi test edebilir ve sağlam, IDE benzeri bir ortamda yürütülen işlevlerin sonuçlarını görüntüleyebilirsiniz.
You simply upload the Lambda function code for the new Alexa skill you are creating, and AWS Lambda does the rest, executing the code in response to Alexa voice interactions and automatically managing the compute resources on your behalf.
Oluşturduğunuz yeni Alexa becerisi için Lambda işlev kodunu yüklediğinizde AWS Lambda kodu Alexa ses etkileşimlerine göre yürüterek ve işlem kaynaklarını sizin yerinize otomatik olarak yöneterek gereken işlemleri gerçekleştirir.
Q: Can I use threads and processes in my AWS Lambda function code?
S: AWS Lambda işlevi kodumda iş parçacıkları ve işlemler kullanabilir miyim?
Q: How do I deploy AWS Lambda function code written in Ruby?
S: Ruby ile yazılmış AWS Lambda işlevi kodunu nasıl dağıtabilirim?