Amazon S3 notification with AWS Lambda | Deploy using SAM Cli and AWS CloudFormation

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ก.ย. 2023
  • How to create event notification in S3 bucket to invoke AWS Lambda function whenever an object is uploaded/removed into/from S3 bucket.
    You will learn to deploy this configuration using SAM template and AWS CloudFormation.
    Note: AmazonS3ReadOnlyAccess policy is not required. Hence do not add it in the template.yml file.
    Prerequisites will be you should have sam cli installed and configured on your machine.
    GitHub Repo Url : github.com/kodedge-swapneel/a...
    Amazon S3 & Lambda (manual configuration in AWS Console) : • Trigger AWS Lambda on ...
    AWS CodePipeline : • AWS CodePipeline with ...
    AWS Lambda Hand-On Playlist : • AWS Lambda
    Subscribe on : / @kodedge
    ----------------------------------
    Disclaimer/Policy:
    - Video is intended for educational purposes only and explanations about technical topics.
    - We make every effort to ensure the accuracy of the information presented, but we cannot guarantee that all information is current or entirely free from errors.
    - Viewers are encouraged to exercise their own judgment and consider their unique circumstances when applying the information from this video.
    - Mention of specific products, services, or brands in this video does not constitute an endorsement unless otherwise specified.
    - By accessing and using the information presented in this video, viewers agree to do so at their own risk, and we shall not be liable for any damages or losses.
    - All logos and images used in this video are the property of their respective copyright holders. Any copyrighted material is used here for educational purposes only.
    - Our use of logos and images is not intended to challenge or infringe upon the rights of the copyright holders, and we acknowledge their ownership
    - The inclusion of logos and images is for non-commercial, educational purposes only.
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 5

  • @santoshkumararjunan2522
    @santoshkumararjunan2522 9 หลายเดือนก่อน +1

    Really very nice hands on and explanation. Thank you.

    • @kodedge
      @kodedge  9 หลายเดือนก่อน

      Thanks for the feedback

  • @rushipawar6872
    @rushipawar6872 8 หลายเดือนก่อน

    i still have error s3 bucket not exist when sam deploy

    • @kodedge
      @kodedge  8 หลายเดือนก่อน

      Check if you have given unique name to your bucket. Bucket name should be unique.

    • @kodedge
      @kodedge  8 หลายเดือนก่อน

      If still not works. Plz check this thread, if it helps you :
      github.com/aws/aws-sam-cli/issues/2045