Skip to content
New issue

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

Implement Simple Email Service (SES) resources #414

Closed
marcinc opened this issue Nov 4, 2020 · 6 comments · Fixed by #791
Closed

Implement Simple Email Service (SES) resources #414

marcinc opened this issue Nov 4, 2020 · 6 comments · Fixed by #791
Assignees
Labels
enhancement New feature or request new-resource

Comments

@marcinc
Copy link

marcinc commented Nov 4, 2020

What problem are you facing?

AWS Provider does not have support for SES resources.

How could Crossplane help solve your problem?

Implement SES resources.

@marcinc marcinc added the enhancement New feature or request label Nov 4, 2020
@marcinc marcinc changed the title Implement Simple Email Service (SES) resource Implement Simple Email Service (SES) resources Nov 4, 2020
@ikarldasan
Copy link

Any progress on this issue? I would like to help with this resource

@kelvinwijaya
Copy link
Contributor

Hi there,

I would like to contribute on this resource if no one has started on the controllers logic yet. I have some working code that I have developed for EmailIdentity and ConfigurationSet Resources using AWS SESv2 Service API, thinking adding another functionality for ConfigurationSetEventDestination Resource and probably can be a good start for v1alpha1 release

@kelvinwijaya
Copy link
Contributor

Hi @luebken @ikarldasan ,

Would you mind if i help on the development of the SES resource as my project needs to leverage on and have short timeline for this?

Apologise if i have repeated the same request, as i have already done some wireframe of the custom resource and written the controller logic . So thinking of contributing them since I am leveraging heavily on crossplane for other managed resources

@ikarldasan
Copy link

Hi @kelvinwijaya
Yes definitely. Would be great to get your help

Would like to mention that I am currently working on improving the PR for SES Template (#755).

Thank you

@kelvinwijaya
Copy link
Contributor

kelvinwijaya commented Aug 6, 2021

Thanks @ikarldasan

What I am planning as the first cut (v1alpha1) would be the 3 main resources:

  • EmailIdentity
  • ConfigurationSet
  • ConfigurationSetEventDestination
  • EmailTemplate

Yes thanks for highlighting and I do notice your PR on the SES Template (which is based on SESv1 API). This might potentially be helpful when rendering EmailIdentityPolicy resource for SESv2 which i hit into error: pkg conversion - executing "sdk_find_read_many"

Just to highlight that I will be using the SESv2 API which I think is more simplified. Both version has slightly differences in the resource names link but functionality wise are quite similar as i hv switched my AWS Web Console to v2 and my data is transitioning smoothly.

@kelvinwijaya
Copy link
Contributor

Thanks @jbw976 for assigning this ticket, let me know if any further help or needs for amending the respective PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request new-resource
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants