You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer,
I want to use the monorepo class without the need to install the AWS Cognito Identity Pool (Alpha) construct.
The same applies to the infra package. Whereas if I want to enable such feature, then the required code is produced/synthesized.
Use the monorepo class, or infra class without having to have the AWS Cognito Identity Pool as a mandatory dependency and thus conflicting with other dependencies such as projen versions itself.
Proposed Solution
Simply remove the dependency and make it optional, if the use set a property identtityPool: true for example.
Other Information
No response
Acknowledgements
I may be able to implement this feature request
This feature might incur a breaking change
PDK version used
0.22.53
What languages will this feature affect?
Typescript
Environment details (OS name and version, etc.)
Debian, Bullseye
The text was updated successfully, but these errors were encountered:
Describe the feature
As a developer,
I want to use the monorepo class without the need to install the AWS Cognito Identity Pool (Alpha) construct.
The same applies to the infra package. Whereas if I want to enable such feature, then the required code is produced/synthesized.
The goal is to make the dependencies decoupled.
aws-pdk/packages/monorepo/src/projects/typescript/monorepo-ts.ts
Line 179 in d01935d
Use Case
Use the monorepo class, or infra class without having to have the AWS Cognito Identity Pool as a mandatory dependency and thus conflicting with other dependencies such as
projen
versions itself.Proposed Solution
Simply remove the dependency and make it optional, if the use set a property
identtityPool: true
for example.Other Information
No response
Acknowledgements
PDK version used
0.22.53
What languages will this feature affect?
Typescript
Environment details (OS name and version, etc.)
Debian, Bullseye
The text was updated successfully, but these errors were encountered: