Cannot set a property of cognito userpool client via cloudformation

前端 未结 5 1115
無奈伤痛
無奈伤痛 2021-02-06 12:31

I am trying to run congnito via cloudformation and everything works but there is section in cognito as follows:

As you see there is section \"Enable identity pr

5条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-02-06 13:04

    I ran into the same problem last month. This property is not supported in CFN yet. So I ended up using CFN custom resource to create the pool client. More here about CFN Custom Resource. Essentially, I have CFN call a Lambda function to create the user pool client (all properties are supported in SDK).

提交回复
热议问题