| 
					
					
						
							
						
					
					
				 | 
				@ -70,4 +70,4 @@ steps: | 
			
		
		
	
		
			
				 | 
				 | 
				      - cd __sapper__/export | 
				 | 
				 | 
				      - cd __sapper__/export | 
			
		
		
	
		
			
				 | 
				 | 
				      - aws s3 sync --delete . s3://$S3_WEBUI_BUCKET | 
				 | 
				 | 
				      - aws s3 sync --delete . s3://$S3_WEBUI_BUCKET | 
			
		
		
	
		
			
				 | 
				 | 
				      - aws cloudfront create-invalidation --distribution-id $CF_DISTRIBUTION_ID --paths "/*" | 
				 | 
				 | 
				      - aws cloudfront create-invalidation --distribution-id $CF_DISTRIBUTION_ID --paths "/*" | 
			
		
		
	
		
			
				 | 
				 | 
				      - aws lambda update-function-code --function-name namegen_lambda --zip-file fileb://./code.zip | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				      - aws lambda update-function-code --function-name namegen_lambda --zip-file fileb://$(pwd)code.zip |