У нас вы можете посмотреть бесплатно How To: Lambda Code Signing In AWS (2 Min) | AWS Signer | Signing Configuration или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
In this tutorial, you'll learn how to configure code signing for AWS Lambda function using AWS Signer, Signing Configuration & S3. — Facebook: / gokcedbsql — Video Transcript: — Hi guys, this is Abhi from Gokcedb. In this video, you're going to learn how to configure code signing for a Lambda function in AWS. Let's start by navigating to the AWS signer service then click then create a signing profile. Give your profile a name, select the validity period then click on create a profile. Next, let's navigate to the Lambda service and then head to code signing configurations. Hit the create configuration button then give your configuration a description. Select the signing profile that we just created then choose a validation policy then hit create. Next, let's open our Lambda function file which prints hello from Lambda on the console. Right-click on this file and hit compress to zip it. Now, I'm going to navigate to the S3 service and upload this ZIP file. To test the bucket navigate to the AWS signer window and click on start signing job. For Source location copy and paste the S3 service and upload this ZIP file to a test bucket. Navigate to the AWS signer window and click on start signing job. For Source location, copy and paste the S3 URL of the zip file that we just uploaded. Choose the latest object version then for the destination path I'm going to create a new folder called signed same test bucket then hit start job. If we navigate back to our test bucket S3, we should see a new signed folder with a newly signed zip file. Nest, let's head to the Lambda service then click on create function and give it a name. Choose python for runtime then expand the advanced settings and enable code signing. Select the court signing configuration that we created in one of the earlier steps then copy and paste the S3 URI of the signed zip file. Hit create function then navigate to the code Source section. Here, you should see a message saying your function has signed code and cannot be edited inline. To execute this Lambda function, navigate to the test tan then give your test event a name. Hit the test button then expand the execution logs. Looks like our function worked as expected. There you have it. Make sure you like, subscribe, and turn on the notification bell. Until next time.