serverless-operations / serverless-step-functions

AWS Step Functions plugin for Serverless Framework ⚡️
Other
1.02k stars 204 forks source link

[Issue-593] Change selectpattern from int to string #594

Open louis0802 opened 8 months ago

louis0802 commented 8 months ago

Fixing for the issue https://github.com/serverless-operations/serverless-step-functions/issues/593

louis0802 commented 8 months ago

Hii @horike37 @lopburny,

Could we please have a look at this PR?

Thanks

horike37 commented 7 months ago

@louis0802 Thank you for this PR. No one seems to face this issue. I'm concerned that this would introduce any side effects. Could you check if it breaks the backward compatibility?

louis0802 commented 7 months ago

@louis0802 Thank you for this PR. No one seems to face this issue. I'm concerned that this would introduce any side effects. Could you check if it breaks the backward compatibility?

@horike37 May I have your help to check if it breaks the backward compatibility? Is there any script or command I could run to verify it?

Thanks