Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

sam deploy -g fails #37

Open
axl89 opened this issue May 29, 2022 · 0 comments
Open

sam deploy -g fails #37

axl89 opened this issue May 29, 2022 · 0 comments

Comments

@axl89
Copy link

axl89 commented May 29, 2022

This makes reference to the 0.7-PHP-Lambda-functions-with-Docker-container-images folder.

axel@ryzen:~/projects/foobar/poc-foobar-global-services$ sam --version
SAM CLI, version 1.50.0
axel@foobar:~/projects/foobar/poc-foobar-global-services$ sam deploy -g

Configuring SAM deploy
======================

	Looking for config file [samconfig.toml] :  Not found

	Setting default arguments for 'sam deploy'
	=========================================
	Stack Name [sam-app]: my-php-lambda-container-demo
	AWS Region [eu-west-1]: 
	#Shows you resources changes to be deployed and require a 'Y' to initiate deploy
	Confirm changes before deploy [y/N]: y
	#SAM needs permission to be able to create roles to connect to the resources in your template
	Allow SAM CLI IAM role creation [Y/n]: y
	#Preserves the state of previously provisioned resources when an operation fails
	Disable rollback [y/N]: n
	myPHPLambdaFuncton may not have authorization defined, Is this okay? [y/N]: y
	myPHPLambdaFuncton may not have authorization defined, Is this okay? [y/N]: y
	Save arguments to configuration file [Y/n]: y
	SAM configuration file [samconfig.toml]: 
	SAM configuration environment [default]: 

	Looking for resources needed for deployment:
	 Managed S3 bucket: aws-sam-cli-managed-default-samclisourcebucket-9fyybvopfngg
	 A different default S3 bucket can be set in samconfig.toml
	 Image repositories: Not found.
	 #Managed repositories will be deleted when their functions are removed from the template and deployed
	 Create managed ECR repositories for all functions? [Y/n]: y
Error: 
S3 Bucket does not exist.

Compared with what's on the documentation:

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant