We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a way to get access to the created S3 Bucket's RN somehow?
I would need it later in my CDK description.
CDK
const apiLambda = new PhpFpmFunction(this, `backend-${env}`, { handler: "public/index.php", code: packagePhpCode("../backend"), phpVersion: "8.2", timeout: Duration.seconds(30), environment: { // } });
this creates the s3 bucket automatically in the cloudformation stack, and i'd need a way to get it's ARN.
s3
ARN
Any suggestion would be appreciated!
UPDATE: I guess if it's possible to provide a custom s3 bucket also created in the stack that would work too.
The text was updated successfully, but these errors were encountered:
What S3 bucket? I don't understand, it's a Lambda function, it's not deploying a S3 bucket 🤔
Sorry, something went wrong.
No branches or pull requests
Is there a way to get access to the created S3 Bucket's RN somehow?
I would need it later in my
CDK
description.this creates the
s3
bucket automatically in the cloudformation stack, and i'd need a way to get it'sARN
.Any suggestion would be appreciated!
UPDATE: I guess if it's possible to provide a custom s3 bucket also created in the stack that would work too.
The text was updated successfully, but these errors were encountered: