Skip to content

Instantly share code, notes, and snippets.

@tongueroo
Created December 13, 2019 17:47
Show Gist options
  • Save tongueroo/b8492f369cce144670678350d33f99cd to your computer and use it in GitHub Desktop.
Save tongueroo/b8492f369cce144670678350d33f99cd to your computer and use it in GitHub Desktop.
$ lono cfn deploy cloudfront
...
Waiting for stack to complete
12:11:59AM UPDATE_IN_PROGRESS AWS::CloudFormation::Stack cloudfront User Initiated
12:12:07AM UPDATE_IN_PROGRESS AWS::CloudFront::Distribution Distribution
12:23:30AM UPDATE_COMPLETE AWS::CloudFront::Distribution Distribution
12:23:34AM UPDATE_COMPLETE_CLEANUP_IN_PROGRESS AWS::CloudFormation::Stack cloudfront
12:23:35AM DELETE_IN_PROGRESS AWS::Lambda::Alias LambdaFunctionAliasMyAlias
12:23:36AM DELETE_COMPLETE AWS::Lambda::Alias LambdaFunctionAliasMyAlias
12:23:37AM DELETE_SKIPPED AWS::Lambda::Version LambdaFunctionVersion71238549a8
12:23:38AM DELETE_IN_PROGRESS AWS::Lambda::Function LambdaFunction
12:23:38AM DELETE_FAILED AWS::Lambda::Function LambdaFunction Lambda was unable to delete arn:aws:lambda:us-east-1:112233445566:function:cloudfront-LambdaFunction-YDZFBEXAMPLE:1 because it is a replicated function. Please see our documentation for Deleting Lambda@Edge Functions and Replicas. (Service: AWSLambdaInternal; Status Code: 400; Error Code: InvalidParameterValueException; Request ID: 0203e2ed-8a39-4561-998f-68fcbd350150)
12:23:40AM DELETE_IN_PROGRESS AWS::IAM::Role LambdaRole
12:23:42AM DELETE_COMPLETE AWS::IAM::Role LambdaRole
12:26:44AM DELETE_IN_PROGRESS AWS::Lambda::Function LambdaFunction
12:26:45AM DELETE_FAILED AWS::Lambda::Function LambdaFunction Lambda was unable to delete arn:aws:lambda:us-east-1:112233445566:function:cloudfront-LambdaFunction-YDZFBEXAMPLE:1 because it is a replicated function. Please see our documentation for Deleting Lambda@Edge Functions and Replicas. (Service: AWSLambdaInternal; Status Code: 400; Error Code: InvalidParameterValueException; Request ID: 28e1ce37-c7aa-41d3-9b76-d744a464f371)
12:29:46AM DELETE_IN_PROGRESS AWS::Lambda::Function LambdaFunction
12:29:47AM DELETE_FAILED AWS::Lambda::Function LambdaFunction Lambda was unable to delete arn:aws:lambda:us-east-1:112233445566:function:cloudfront-LambdaFunction-YDZFBEXAMPLE:1 because it is a replicated function. Please see our documentation for Deleting Lambda@Edge Functions and Replicas. (Service: AWSLambdaInternal; Status Code: 400; Error Code: InvalidParameterValueException; Request ID: 189b59c0-ce23-4079-839d-ecbdd75fcb05)
12:29:48AM UPDATE_COMPLETE AWS::CloudFormation::Stack cloudfront Update successful. One or more resources could not be deleted.
Stack success status: UPDATE_COMPLETE
Time took for stack deployment: 17m 54s.
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment