Hi Sudheesh,

On Tue, 14 Jul 2020 at 22:54, sudheesh ks <kssudheesh...@gmail.com> wrote:

> Hi Guys
> Does anybody have experience in integrating AWS Pinpoint to Django/Flask
> applications.
> Documentations leads me from one page to another.
>
> I tried by including aws amplify library from a cdn first. It did not
> work. I had to stop with cors error and authentication issues.
> Now I am trying with api way to get things done in a limited way.
> Any help is highly appreciated. Is there anybody in the team who have
> experience in AWS Pinpoint/ AWS services.
>

Try integrating the boto3 library (https://pypi.org/project/boto3/).
I recently integrated sms service using pinpoint on a flask project. Should
be the same for django project as well.
Generate keys from IAM roles and give access to pinpoint service from aws
console before proceeding.


> _______________________________________________
> BangPypers mailing list
> BangPypers@python.org
> https://mail.python.org/mailman/listinfo/bangpypers


Cheers,
Kumar Anirudha
_______________________________________________
BangPypers mailing list
BangPypers@python.org
https://mail.python.org/mailman/listinfo/bangpypers

Reply via email to